Html Css Color HEX #99BEDD Cornflower

📋 copy color: '#99BEDD'

red 153 ◦ green 190 ◦ blue 221

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

Shades of Cornflower #99BEDD

Tints of Cornflower #99BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 27.13%
G = 33.69%
B = 39.18%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99BEDD (or 0x99BEDD) is known color: Cornflower. HEX triplet: 99, BE and DD. RGB value is (153,190,221). Sum of RGB (Red+Green+Blue) = 153+190+221=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEDD is #664122. Grayscale: #B6B6B6. Windows color (decimal): -6701347 or 14532249. OLE color: 14532249.

HSL color Cylindrical-coordinate representation of color #99BEDD: hue angle of 207.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BEDD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 190 221 -
CMYK 0.31 0.14 0 0.13
HSL 207.35º 0.5% 0.73% -
HSV(B) 207.35º 0.31% 0.87% -
XYZ 44.6 48.82 75.48 -
YUV 182.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 153 190 221 0.31 0.14 0 0.13 207.35 0.5 0.73
Hex 99 BE DD 1F E 0 D CF 32 49
Octal 231 276 335 37 16 0 15 317 62 111
Binary 10011001 10111110 11011101 11111 1110 0 1101 11001111 110010 1001001

Color Harmonies of #99BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BEDD

Black with #99BEDD

Text Example


Text Example

White with #99BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,190,221); }

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

background-color css

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

 a { background-color: rgb(153,190,221); }

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

border-color css

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

 span { border-color: rgb(153,190,221); }

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