Html Css Color HEX #99CFEB Cornflower

📋 copy color: '#99CFEB'

red 153 ◦ green 207 ◦ blue 235

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

Shades of Cornflower #99CFEB

Tints of Cornflower #99CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.79%

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 25.71%
G = 34.79%
B = 39.5%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99CFEB (or 0x99CFEB) is known color: Cornflower. HEX triplet: 99, CF and EB. RGB value is (153,207,235). Sum of RGB (Red+Green+Blue) = 153+207+235=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #99CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFEB is #663014. Grayscale: #C1C1C1. Windows color (decimal): -6696981 or 15454105. OLE color: 15454105.

HSL color Cylindrical-coordinate representation of color #99CFEB: hue angle of 200.49º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CFEB is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 207 235 -
CMYK 0.35 0.12 0 0.08
HSL 200.49º 0.67% 0.76% -
HSV(B) 200.49º 0.35% 0.92% -
XYZ 50.45 57.4 87.02 -
YUV 194.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 153 207 235 0.35 0.12 0 0.08 200.49 0.67 0.76
Hex 99 CF EB 23 C 0 8 C8 43 4C
Octal 231 317 353 43 14 0 10 310 103 114
Binary 10011001 11001111 11101011 100011 1100 0 1000 11001000 1000011 1001100

Color Harmonies of #99CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CFEB

Black with #99CFEB

Text Example


Text Example

White with #99CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,207,235); }

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

background-color css

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

 a { background-color: rgb(153,207,235); }

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

border-color css

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

 span { border-color: rgb(153,207,235); }

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