Html Css Color HEX #99BEE1 Cornflower

📋 copy color: '#99BEE1'

red 153 ◦ green 190 ◦ blue 225

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

Shades of Cornflower #99BEE1

Tints of Cornflower #99BEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 26.94%
G = 33.45%
B = 39.61%

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

#99BEE1 (or 0x99BEE1) is known color: Cornflower. HEX triplet: 99, BE and E1. RGB value is (153,190,225). Sum of RGB (Red+Green+Blue) = 153+190+225=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #99BEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEE1 is #66411E. Grayscale: #B6B6B6. Windows color (decimal): -6701343 or 14794393. OLE color: 14794393.

HSL color Cylindrical-coordinate representation of color #99BEE1: hue angle of 209.17º degrees, saturation: 0.55, 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 #99BEE1 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 190 225 -
CMYK 0.32 0.16 0 0.12
HSL 209.17º 0.55% 0.74% -
HSV(B) 209.17º 0.32% 0.88% -
XYZ 45.14 49.04 78.32 -
YUV 182.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 153 190 225 0.32 0.16 0 0.12 209.17 0.55 0.74
Hex 99 BE E1 20 10 0 C D1 37 4A
Octal 231 276 341 40 20 0 14 321 67 112
Binary 10011001 10111110 11100001 100000 10000 0 1100 11010001 110111 1001010

Color Harmonies of #99BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BEE1

Black with #99BEE1

Text Example


Text Example

White with #99BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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