Html Css Color HEX #99CCFF Light Sky Blue

📋 copy color: '#99CCFF'

red 153 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #99CCFF

Tints of Light Sky Blue #99CCFF

RGB

 RED value IS 153 (60.16% from 255) = 25%

 GREEN value IS 204 (80.08% from 255) = 33.33%

 BLUE value IS 255 (100% from 255) = 41.67%

R = 25%
G = 33.33%
B = 41.67%

CMYK

 C value IS 0.4

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99CCFF (or 0x99CCFF) is known color: Light Sky Blue. HEX triplet: 99, CC and FF. RGB value is (153,204,255). Sum of RGB (Red+Green+Blue) = 153+204+255=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #99CCFF is a web safe color. Inversed color of #99CCFF is #663300. Grayscale: #C2C2C2. Windows color (decimal): -6697729 or 16764057. OLE color: 16764057.

HSL color Cylindrical-coordinate representation of color #99CCFF: hue angle of 210º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CCFF is Cyan = 0.4, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 204 255 -
CMYK 0.4 0.2 0 0
HSL 210º 1% 0.8% -
HSV(B) 210º 0.4% 1% -
XYZ 52.78 57.18 102.86 -
YUV 194.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 153 204 255 0.4 0.2 0 0 210 1 0.8
Hex 99 CC FF 28 14 0 0 D2 64 50
Octal 231 314 377 50 24 0 0 322 144 120
Binary 10011001 11001100 11111111 101000 10100 0 0 11010010 1100100 1010000

Color Harmonies of #99CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CCFF

Black with #99CCFF

Text Example


Text Example

White with #99CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CCFF; }

 p { color: rgb(153,204,255); }

 H1.HeaderClassName
 {
   color: #99CCFF;
 }
 .AnyTagClassName
 {
   color: #99CCFF;
 }
</style>

background-color css

<style>
 a { background-color: #99CCFF; }

 a { background-color: rgb(153,204,255); }

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

border-color css

<style>
 span { border-color: #99CCFF; }

 span { border-color: rgb(153,204,255); }

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