Html Css Color HEX #99BEDA Cornflower

📋 copy color: '#99BEDA'

red 153 ◦ green 190 ◦ blue 218

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

Shades of Cornflower #99BEDA

Tints of Cornflower #99BEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 27.27%
G = 33.87%
B = 38.86%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99BEDA (or 0x99BEDA) is known color: Cornflower. HEX triplet: 99, BE and DA. RGB value is (153,190,218). Sum of RGB (Red+Green+Blue) = 153+190+218=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #99BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEDA is #664125. Grayscale: #B5B5B5. Windows color (decimal): -6701350 or 14335641. OLE color: 14335641.

HSL color Cylindrical-coordinate representation of color #99BEDA: hue angle of 205.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BEDA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 190 218 -
CMYK 0.30 0.13 0 0.15
HSL 205.85º 0.47% 0.73% -
HSV(B) 205.85º 0.3% 0.85% -
XYZ 44.21 48.66 73.39 -
YUV 182.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 153 190 218 0.30 0.13 0 0.15 205.85 0.47 0.73
Hex 99 BE DA 1E D 0 F CE 2F 49
Octal 231 276 332 36 15 0 17 316 57 111
Binary 10011001 10111110 11011010 11110 1101 0 1111 11001110 101111 1001001

Color Harmonies of #99BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BEDA

Black with #99BEDA

Text Example


Text Example

White with #99BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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