Html Css Color HEX #99BDE6 Cornflower

📋 copy color: '#99BDE6'

red 153 ◦ green 189 ◦ blue 230

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

Shades of Cornflower #99BDE6

Tints of Cornflower #99BDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.04%

 BLUE value IS 230 (90.23% from 255) = 40.21%

R = 26.75%
G = 33.04%
B = 40.21%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#99BDE6 (or 0x99BDE6) is known color: Cornflower. HEX triplet: 99, BD and E6. RGB value is (153,189,230). Sum of RGB (Red+Green+Blue) = 153+189+230=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #99BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDE6 is #664219. Grayscale: #B6B6B6. Windows color (decimal): -6701594 or 15121817. OLE color: 15121817.

HSL color Cylindrical-coordinate representation of color #99BDE6: hue angle of 211.95º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99BDE6 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 189 230 -
CMYK 0.33 0.18 0 0.10
HSL 211.95º 0.61% 0.75% -
HSV(B) 211.95º 0.33% 0.9% -
XYZ 45.62 48.88 81.89 -
YUV 182.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 153 189 230 0.33 0.18 0 0.10 211.95 0.61 0.75
Hex 99 BD E6 21 12 0 A D4 3D 4B
Octal 231 275 346 41 22 0 12 324 75 113
Binary 10011001 10111101 11100110 100001 10010 0 1010 11010100 111101 1001011

Color Harmonies of #99BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDE6

Black with #99BDE6

Text Example


Text Example

White with #99BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,189,230); }

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

background-color css

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

 a { background-color: rgb(153,189,230); }

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

border-color css

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

 span { border-color: rgb(153,189,230); }

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