Html Css Color HEX #99BCE2 Cornflower

📋 copy color: '#99BCE2'

red 153 ◦ green 188 ◦ blue 226

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

Shades of Cornflower #99BCE2

Tints of Cornflower #99BCE2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.16%

 BLUE value IS 226 (88.67% from 255) = 39.86%

R = 26.98%
G = 33.16%
B = 39.86%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#99BCE2 (or 0x99BCE2) is known color: Cornflower. HEX triplet: 99, BC and E2. RGB value is (153,188,226). Sum of RGB (Red+Green+Blue) = 153+188+226=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #99BCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCE2 is #66431D. Grayscale: #B5B5B5. Windows color (decimal): -6701854 or 14859417. OLE color: 14859417.

HSL color Cylindrical-coordinate representation of color #99BCE2: hue angle of 211.23º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99BCE2 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 188 226 -
CMYK 0.32 0.17 0 0.11
HSL 211.23º 0.56% 0.74% -
HSV(B) 211.23º 0.32% 0.89% -
XYZ 44.85 48.23 78.9 -
YUV 181.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 153 188 226 0.32 0.17 0 0.11 211.23 0.56 0.74
Hex 99 BC E2 20 11 0 B D3 38 4A
Octal 231 274 342 40 21 0 13 323 70 112
Binary 10011001 10111100 11100010 100000 10001 0 1011 11010011 111000 1001010

Color Harmonies of #99BCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCE2

Black with #99BCE2

Text Example


Text Example

White with #99BCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,188,226); }

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

background-color css

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

 a { background-color: rgb(153,188,226); }

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

border-color css

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

 span { border-color: rgb(153,188,226); }

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