Html Css Color HEX #97BBDD Cornflower

📋 copy color: '#97BBDD'

red 151 ◦ green 187 ◦ blue 221

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

Shades of Cornflower #97BBDD

Tints of Cornflower #97BBDD

RGB

 RED value IS 151 (59.38% from 255) = 27.01%

 GREEN value IS 187 (73.44% from 255) = 33.45%

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 27.01%
G = 33.45%
B = 39.53%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97BBDD (or 0x97BBDD) is known color: Cornflower. HEX triplet: 97, BB and DD. RGB value is (151,187,221). Sum of RGB (Red+Green+Blue) = 151+187+221=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #97BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBDD is #684422. Grayscale: #B3B3B3. Windows color (decimal): -6833187 or 14531479. OLE color: 14531479.

HSL color Cylindrical-coordinate representation of color #97BBDD: hue angle of 209.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97BBDD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 187 221 -
CMYK 0.32 0.15 0 0.13
HSL 209.14º 0.51% 0.73% -
HSV(B) 209.14º 0.32% 0.87% -
XYZ 43.58 47.34 75.25 -
YUV 180.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 151 187 221 0.32 0.15 0 0.13 209.14 0.51 0.73
Hex 97 BB DD 20 F 0 D D1 33 49
Octal 227 273 335 40 17 0 15 321 63 111
Binary 10010111 10111011 11011101 100000 1111 0 1101 11010001 110011 1001001

Color Harmonies of #97BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BBDD

Black with #97BBDD

Text Example


Text Example

White with #97BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97BBDD; }

 p { color: rgb(151,187,221); }

 H1.HeaderClassName
 {
   color: #97BBDD;
 }
 .AnyTagClassName
 {
   color: #97BBDD;
 }
</style>

background-color css

<style>
 a { background-color: #97BBDD; }

 a { background-color: rgb(151,187,221); }

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

border-color css

<style>
 span { border-color: #97BBDD; }

 span { border-color: rgb(151,187,221); }

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