Html Css Color HEX #96CFF8 Light Sky Blue

📋 copy color: '#96CFF8'

red 150 ◦ green 207 ◦ blue 248

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

Shades of Light Sky Blue #96CFF8

Tints of Light Sky Blue #96CFF8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.21%

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

R = 24.79%
G = 34.21%
B = 40.99%

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

#96CFF8 (or 0x96CFF8) is known color: Light Sky Blue. HEX triplet: 96, CF and F8. RGB value is (150,207,248). Sum of RGB (Red+Green+Blue) = 150+207+248=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #96CFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFF8 is #693007. Grayscale: #C2C2C2. Windows color (decimal): -6893576 or 16306070. OLE color: 16306070.

HSL color Cylindrical-coordinate representation of color #96CFF8: hue angle of 205.1º 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 #96CFF8 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 207 248 -
CMYK 0.40 0.17 0 0.03
HSL 205.1º 0.88% 0.78% -
HSV(B) 205.1º 0.4% 0.97% -
XYZ 51.83 57.89 97.25 -
YUV 194.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 150 207 248 0.40 0.17 0 0.03 205.1 0.88 0.78
Hex 96 CF F8 28 11 0 3 CD 58 4E
Octal 226 317 370 50 21 0 3 315 130 116
Binary 10010110 11001111 11111000 101000 10001 0 11 11001101 1011000 1001110

Color Harmonies of #96CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFF8

Black with #96CFF8

Text Example


Text Example

White with #96CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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