Html Css Color HEX #99BDE0 Cornflower

📋 copy color: '#99BDE0'

red 153 ◦ green 189 ◦ blue 224

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

Shades of Cornflower #99BDE0

Tints of Cornflower #99BDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.58%

R = 27.03%
G = 33.39%
B = 39.58%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#99BDE0 (or 0x99BDE0) is known color: Cornflower. HEX triplet: 99, BD and E0. RGB value is (153,189,224). Sum of RGB (Red+Green+Blue) = 153+189+224=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #99BDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDE0 is #66421F. Grayscale: #B6B6B6. Windows color (decimal): -6701600 or 14728601. OLE color: 14728601.

HSL color Cylindrical-coordinate representation of color #99BDE0: hue angle of 209.58º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99BDE0 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 189 224 -
CMYK 0.32 0.16 0 0.12
HSL 209.58º 0.53% 0.74% -
HSV(B) 209.58º 0.32% 0.88% -
XYZ 44.79 48.55 77.53 -
YUV 182.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 153 189 224 0.32 0.16 0 0.12 209.58 0.53 0.74
Hex 99 BD E0 20 10 0 C D2 35 4A
Octal 231 275 340 40 20 0 14 322 65 112
Binary 10011001 10111101 11100000 100000 10000 0 1100 11010010 110101 1001010

Color Harmonies of #99BDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDE0

Black with #99BDE0

Text Example


Text Example

White with #99BDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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