Html Css Color HEX #99CBF0 Cornflower

📋 copy color: '#99CBF0'

red 153 ◦ green 203 ◦ blue 240

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

Shades of Cornflower #99CBF0

Tints of Cornflower #99CBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.06%

 BLUE value IS 240 (94.14% from 255) = 40.27%

R = 25.67%
G = 34.06%
B = 40.27%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#99CBF0 (or 0x99CBF0) is known color: Cornflower. HEX triplet: 99, CB and F0. RGB value is (153,203,240). Sum of RGB (Red+Green+Blue) = 153+203+240=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #99CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CBF0 is #66340F. Grayscale: #C0C0C0. Windows color (decimal): -6698000 or 15780761. OLE color: 15780761.

HSL color Cylindrical-coordinate representation of color #99CBF0: hue angle of 205.52º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99CBF0 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 203 240 -
CMYK 0.36 0.15 0 0.06
HSL 205.52º 0.74% 0.77% -
HSV(B) 205.52º 0.36% 0.94% -
XYZ 50.22 55.78 90.56 -
YUV 192.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 153 203 240 0.36 0.15 0 0.06 205.52 0.74 0.77
Hex 99 CB F0 24 F 0 6 CE 4A 4D
Octal 231 313 360 44 17 0 6 316 112 115
Binary 10011001 11001011 11110000 100100 1111 0 110 11001110 1001010 1001101

Color Harmonies of #99CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CBF0

Black with #99CBF0

Text Example


Text Example

White with #99CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,203,240); }

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

background-color css

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

 a { background-color: rgb(153,203,240); }

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

border-color css

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

 span { border-color: rgb(153,203,240); }

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