Html Css Color HEX #99CAE1 Cornflower

📋 copy color: '#99CAE1'

red 153 ◦ green 202 ◦ blue 225

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

Shades of Cornflower #99CAE1

Tints of Cornflower #99CAE1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.83%

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

R = 26.38%
G = 34.83%
B = 38.79%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#99CAE1 (or 0x99CAE1) is known color: Cornflower. HEX triplet: 99, CA and E1. RGB value is (153,202,225). Sum of RGB (Red+Green+Blue) = 153+202+225=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #99CAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAE1 is #66351E. Grayscale: #BDBDBD. Windows color (decimal): -6698271 or 14797465. OLE color: 14797465.

HSL color Cylindrical-coordinate representation of color #99CAE1: hue angle of 199.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 #99CAE1 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 202 225 -
CMYK 0.32 0.10 0 0.12
HSL 199.17º 0.55% 0.74% -
HSV(B) 199.17º 0.32% 0.88% -
XYZ 47.85 54.45 79.22 -
YUV 189.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 153 202 225 0.32 0.10 0 0.12 199.17 0.55 0.74
Hex 99 CA E1 20 A 0 C C7 37 4A
Octal 231 312 341 40 12 0 14 307 67 112
Binary 10011001 11001010 11100001 100000 1010 0 1100 11000111 110111 1001010

Color Harmonies of #99CAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CAE1

Black with #99CAE1

Text Example


Text Example

White with #99CAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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