Html Css Color HEX #99C2FA Pale Cornflower Blue

📋 copy color: '#99C2FA'

red 153 ◦ green 194 ◦ blue 250

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

Shades of Pale Cornflower Blue #99C2FA

Tints of Pale Cornflower Blue #99C2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 25.63%
G = 32.5%
B = 41.88%

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

#99C2FA (or 0x99C2FA) is known color: Pale Cornflower Blue. HEX triplet: 99, C2 and FA. RGB value is (153,194,250). Sum of RGB (Red+Green+Blue) = 153+194+250=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #99C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2FA is #663D05. Grayscale: #BBBBBB. Windows color (decimal): -6700294 or 16433817. OLE color: 16433817.

HSL color Cylindrical-coordinate representation of color #99C2FA: hue angle of 214.64º degrees, saturation: 0.91, 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 #99C2FA is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 194 250 -
CMYK 0.39 0.22 0 0.02
HSL 214.64º 0.91% 0.79% -
HSV(B) 214.64º 0.39% 0.98% -
XYZ 49.68 52.26 97.91 -
YUV 188.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 153 194 250 0.39 0.22 0 0.02 214.64 0.91 0.79
Hex 99 C2 FA 27 16 0 2 D7 5B 4F
Octal 231 302 372 47 26 0 2 327 133 117
Binary 10011001 11000010 11111010 100111 10110 0 10 11010111 1011011 1001111

Color Harmonies of #99C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2FA

Black with #99C2FA

Text Example


Text Example

White with #99C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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