Html Css Color HEX #99BDDC Cornflower

📋 copy color: '#99BDDC'

red 153 ◦ green 189 ◦ blue 220

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

Shades of Cornflower #99BDDC

Tints of Cornflower #99BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.63%

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 27.22%
G = 33.63%
B = 39.15%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99BDDC (or 0x99BDDC) is known color: Cornflower. HEX triplet: 99, BD and DC. RGB value is (153,189,220). Sum of RGB (Red+Green+Blue) = 153+189+220=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #99BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDDC is #664223. Grayscale: #B5B5B5. Windows color (decimal): -6701604 or 14466457. OLE color: 14466457.

HSL color Cylindrical-coordinate representation of color #99BDDC: hue angle of 207.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BDDC is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 189 220 -
CMYK 0.30 0.14 0 0.14
HSL 207.76º 0.49% 0.73% -
HSV(B) 207.76º 0.3% 0.86% -
XYZ 44.25 48.33 74.71 -
YUV 181.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 153 189 220 0.30 0.14 0 0.14 207.76 0.49 0.73
Hex 99 BD DC 1E E 0 E D0 31 49
Octal 231 275 334 36 16 0 16 320 61 111
Binary 10011001 10111101 11011100 11110 1110 0 1110 11010000 110001 1001001

Color Harmonies of #99BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDDC

Black with #99BDDC

Text Example


Text Example

White with #99BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,189,220); }

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

background-color css

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

 a { background-color: rgb(153,189,220); }

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

border-color css

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

 span { border-color: rgb(153,189,220); }

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