Html Css Color HEX #97BBDE Cornflower

📋 copy color: '#97BBDE'

red 151 ◦ green 187 ◦ blue 222

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

Shades of Cornflower #97BBDE

Tints of Cornflower #97BBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 26.96%
G = 33.39%
B = 39.64%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97BBDE (or 0x97BBDE) is known color: Cornflower. HEX triplet: 97, BB and DE. RGB value is (151,187,222). Sum of RGB (Red+Green+Blue) = 151+187+222=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #97BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBDE is #684421. Grayscale: #B4B4B4. Windows color (decimal): -6833186 or 14597015. OLE color: 14597015.

HSL color Cylindrical-coordinate representation of color #97BBDE: hue angle of 209.58º degrees, saturation: 0.52, 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 #97BBDE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 187 222 -
CMYK 0.32 0.16 0 0.13
HSL 209.58º 0.52% 0.73% -
HSV(B) 209.58º 0.32% 0.87% -
XYZ 43.72 47.39 75.95 -
YUV 180.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 151 187 222 0.32 0.16 0 0.13 209.58 0.52 0.73
Hex 97 BB DE 20 10 0 D D2 34 49
Octal 227 273 336 40 20 0 15 322 64 111
Binary 10010111 10111011 11011110 100000 10000 0 1101 11010010 110100 1001001

Color Harmonies of #97BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BBDE

Black with #97BBDE

Text Example


Text Example

White with #97BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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