Html Css Color HEX #96CDF8 Light Sky Blue

📋 copy color: '#96CDF8'

red 150 ◦ green 205 ◦ blue 248

#96CDF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #96CDF8

Tints of Light Sky Blue #96CDF8

RGB

 RED value IS 150 (58.98% from 255) = 24.88%

 GREEN value IS 205 (80.47% from 255) = 34%

 BLUE value IS 248 (97.27% from 255) = 41.13%

R = 24.88%
G = 34%
B = 41.13%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96CDF8 (or 0x96CDF8) is known color: Light Sky Blue. HEX triplet: 96, CD and F8. RGB value is (150,205,248). Sum of RGB (Red+Green+Blue) = 150+205+248=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #96CDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CDF8 is #693207. Grayscale: #C1C1C1. Windows color (decimal): -6894088 or 16305558. OLE color: 16305558.

HSL color Cylindrical-coordinate representation of color #96CDF8: hue angle of 206.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96CDF8 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 205 248 -
CMYK 0.40 0.17 0 0.03
HSL 206.33º 0.88% 0.78% -
HSV(B) 206.33º 0.4% 0.97% -
XYZ 51.35 56.92 97.09 -
YUV 193.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 150 205 248 0.40 0.17 0 0.03 206.33 0.88 0.78
Hex 96 CD F8 28 11 0 3 CE 58 4E
Octal 226 315 370 50 21 0 3 316 130 116
Binary 10010110 11001101 11111000 101000 10001 0 11 11001110 1011000 1001110

Color Harmonies of #96CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDF8

Black with #96CDF8

Text Example


Text Example

White with #96CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CDF8; }

 p { color: rgb(150,205,248); }

 H1.HeaderClassName
 {
   color: #96CDF8;
 }
 .AnyTagClassName
 {
   color: #96CDF8;
 }
</style>

background-color css

<style>
 a { background-color: #96CDF8; }

 a { background-color: rgb(150,205,248); }

 div.DivClassName
 {
   background-color: #96CDF8;
 }
 .BgClassName
 {
   background-color: #96CDF8;
 }
</style>

border-color css

<style>
 span { border-color: #96CDF8; }

 span { border-color: rgb(150,205,248); }

 td.TdClassName
 {
   border-color: #96CDF8;
 }
 .TagClassName
 {
   border-color: #96CDF8;
 }
</style>