Html Css Color HEX #99BCDF Cornflower

📋 copy color: '#99BCDF'

red 153 ◦ green 188 ◦ blue 223

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

Shades of Cornflower #99BCDF

Tints of Cornflower #99BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.33%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 27.13%
G = 33.33%
B = 39.54%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99BCDF (or 0x99BCDF) is known color: Cornflower. HEX triplet: 99, BC and DF. RGB value is (153,188,223). Sum of RGB (Red+Green+Blue) = 153+188+223=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #99BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCDF is #664320. Grayscale: #B5B5B5. Windows color (decimal): -6701857 or 14662809. OLE color: 14662809.

HSL color Cylindrical-coordinate representation of color #99BCDF: hue angle of 210º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BCDF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 188 223 -
CMYK 0.31 0.16 0 0.13
HSL 210º 0.52% 0.74% -
HSV(B) 210º 0.31% 0.87% -
XYZ 44.44 48.07 76.75 -
YUV 181.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 153 188 223 0.31 0.16 0 0.13 210 0.52 0.74
Hex 99 BC DF 1F 10 0 D D2 34 4A
Octal 231 274 337 37 20 0 15 322 64 112
Binary 10011001 10111100 11011111 11111 10000 0 1101 11010010 110100 1001010

Color Harmonies of #99BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCDF

Black with #99BCDF

Text Example


Text Example

White with #99BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,188,223); }

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

background-color css

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

 a { background-color: rgb(153,188,223); }

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

border-color css

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

 span { border-color: rgb(153,188,223); }

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