Html Css Color HEX #97BBD6 Cornflower

📋 copy color: '#97BBD6'

red 151 ◦ green 187 ◦ blue 214

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

Shades of Cornflower #97BBD6

Tints of Cornflower #97BBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 27.36%
G = 33.88%
B = 38.77%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#97BBD6 (or 0x97BBD6) is known color: Cornflower. HEX triplet: 97, BB and D6. RGB value is (151,187,214). Sum of RGB (Red+Green+Blue) = 151+187+214=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #97BBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBD6 is #684429. Grayscale: #B3B3B3. Windows color (decimal): -6833194 or 14072727. OLE color: 14072727.

HSL color Cylindrical-coordinate representation of color #97BBD6: hue angle of 205.71º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97BBD6 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 187 214 -
CMYK 0.29 0.13 0 0.16
HSL 205.71º 0.43% 0.72% -
HSV(B) 205.71º 0.29% 0.84% -
XYZ 42.67 46.98 70.44 -
YUV 179.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 151 187 214 0.29 0.13 0 0.16 205.71 0.43 0.72
Hex 97 BB D6 1D D 0 10 CE 2B 48
Octal 227 273 326 35 15 0 20 316 53 110
Binary 10010111 10111011 11010110 11101 1101 0 10000 11001110 101011 1001000

Color Harmonies of #97BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BBD6

Black with #97BBD6

Text Example


Text Example

White with #97BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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