Html Css Color HEX #99D6F0 Cornflower

📋 copy color: '#99D6F0'

red 153 ◦ green 214 ◦ blue 240

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

Shades of Cornflower #99D6F0

Tints of Cornflower #99D6F0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.26%

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

R = 25.21%
G = 35.26%
B = 39.54%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#99D6F0 (or 0x99D6F0) is known color: Cornflower. HEX triplet: 99, D6 and F0. RGB value is (153,214,240). Sum of RGB (Red+Green+Blue) = 153+214+240=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #99D6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D6F0 is #66290F. Grayscale: #C6C6C6. Windows color (decimal): -6695184 or 15783577. OLE color: 15783577.

HSL color Cylindrical-coordinate representation of color #99D6F0: hue angle of 197.93º 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 #99D6F0 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 214 240 -
CMYK 0.36 0.11 0 0.06
HSL 197.93º 0.74% 0.77% -
HSV(B) 197.93º 0.36% 0.94% -
XYZ 52.91 61.16 91.45 -
YUV 198.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 153 214 240 0.36 0.11 0 0.06 197.93 0.74 0.77
Hex 99 D6 F0 24 B 0 6 C6 4A 4D
Octal 231 326 360 44 13 0 6 306 112 115
Binary 10011001 11010110 11110000 100100 1011 0 110 11000110 1001010 1001101

Color Harmonies of #99D6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D6F0

Black with #99D6F0

Text Example


Text Example

White with #99D6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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