Html Css Color HEX #99BCDA Cornflower

📋 copy color: '#99BCDA'

red 153 ◦ green 188 ◦ blue 218

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

Shades of Cornflower #99BCDA

Tints of Cornflower #99BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 27.37%
G = 33.63%
B = 39%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99BCDA (or 0x99BCDA) is known color: Cornflower. HEX triplet: 99, BC and DA. RGB value is (153,188,218). Sum of RGB (Red+Green+Blue) = 153+188+218=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #99BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCDA is #664325. Grayscale: #B4B4B4. Windows color (decimal): -6701862 or 14335129. OLE color: 14335129.

HSL color Cylindrical-coordinate representation of color #99BCDA: hue angle of 207.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BCDA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 188 218 -
CMYK 0.30 0.14 0 0.15
HSL 207.69º 0.47% 0.73% -
HSV(B) 207.69º 0.3% 0.85% -
XYZ 43.77 47.8 73.25 -
YUV 180.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 153 188 218 0.30 0.14 0 0.15 207.69 0.47 0.73
Hex 99 BC DA 1E E 0 F D0 2F 49
Octal 231 274 332 36 16 0 17 320 57 111
Binary 10011001 10111100 11011010 11110 1110 0 1111 11010000 101111 1001001

Color Harmonies of #99BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCDA

Black with #99BCDA

Text Example


Text Example

White with #99BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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