Html Css Color HEX #99C2EB Cornflower

📋 copy color: '#99C2EB'

red 153 ◦ green 194 ◦ blue 235

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

Shades of Cornflower #99C2EB

Tints of Cornflower #99C2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 26.29%
G = 33.33%
B = 40.38%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99C2EB (or 0x99C2EB) is known color: Cornflower. HEX triplet: 99, C2 and EB. RGB value is (153,194,235). Sum of RGB (Red+Green+Blue) = 153+194+235=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #99C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2EB is #663D14. Grayscale: #BABABA. Windows color (decimal): -6700309 or 15450777. OLE color: 15450777.

HSL color Cylindrical-coordinate representation of color #99C2EB: hue angle of 210º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99C2EB is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 194 235 -
CMYK 0.35 0.17 0 0.08
HSL 210º 0.67% 0.76% -
HSV(B) 210º 0.35% 0.92% -
XYZ 47.42 51.35 86.01 -
YUV 186.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 153 194 235 0.35 0.17 0 0.08 210 0.67 0.76
Hex 99 C2 EB 23 11 0 8 D2 43 4C
Octal 231 302 353 43 21 0 10 322 103 114
Binary 10011001 11000010 11101011 100011 10001 0 1000 11010010 1000011 1001100

Color Harmonies of #99C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2EB

Black with #99C2EB

Text Example


Text Example

White with #99C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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