Html Css Color HEX #99C2F9 Pale Cornflower Blue

📋 copy color: '#99C2F9'

red 153 ◦ green 194 ◦ blue 249

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

Shades of Pale Cornflower Blue #99C2F9

Tints of Pale Cornflower Blue #99C2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.55%

 BLUE value IS 249 (97.66% from 255) = 41.78%

R = 25.67%
G = 32.55%
B = 41.78%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99C2F9 (or 0x99C2F9) is known color: Pale Cornflower Blue. HEX triplet: 99, C2 and F9. RGB value is (153,194,249). Sum of RGB (Red+Green+Blue) = 153+194+249=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #99C2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2F9 is #663D06. Grayscale: #BBBBBB. Windows color (decimal): -6700295 or 16368281. OLE color: 16368281.

HSL color Cylindrical-coordinate representation of color #99C2F9: hue angle of 214.38º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99C2F9 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 194 249 -
CMYK 0.39 0.22 0 0.02
HSL 214.38º 0.89% 0.79% -
HSV(B) 214.38º 0.39% 0.98% -
XYZ 49.53 52.2 97.09 -
YUV 188.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 153 194 249 0.39 0.22 0 0.02 214.38 0.89 0.79
Hex 99 C2 F9 27 16 0 2 D6 59 4F
Octal 231 302 371 47 26 0 2 326 131 117
Binary 10011001 11000010 11111001 100111 10110 0 10 11010110 1011001 1001111

Color Harmonies of #99C2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2F9

Black with #99C2F9

Text Example


Text Example

White with #99C2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,194,249); }

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

background-color css

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

 a { background-color: rgb(153,194,249); }

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

border-color css

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

 span { border-color: rgb(153,194,249); }

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