Html Css Color HEX #97BBDF Cornflower

📋 copy color: '#97BBDF'

red 151 ◦ green 187 ◦ blue 223

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

Shades of Cornflower #97BBDF

Tints of Cornflower #97BBDF

RGB

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

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

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

R = 26.92%
G = 33.33%
B = 39.75%

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

#97BBDF (or 0x97BBDF) is known color: Cornflower. HEX triplet: 97, BB and DF. RGB value is (151,187,223). Sum of RGB (Red+Green+Blue) = 151+187+223=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #97BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBDF is #684420. Grayscale: #B4B4B4. Windows color (decimal): -6833185 or 14662551. OLE color: 14662551.

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

Color convert

RGB 151 187 223 -
CMYK 0.32 0.16 0 0.13
HSL 210º 0.53% 0.73% -
HSV(B) 210º 0.32% 0.87% -
XYZ 43.85 47.45 76.66 -
YUV 180.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 151 187 223 0.32 0.16 0 0.13 210 0.53 0.73
Hex 97 BB DF 20 10 0 D D2 35 49
Octal 227 273 337 40 20 0 15 322 65 111
Binary 10010111 10111011 11011111 100000 10000 0 1101 11010010 110101 1001001

Color Harmonies of #97BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BBDF

Black with #97BBDF

Text Example


Text Example

White with #97BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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