Html Css Color HEX #97BCE0 Cornflower

📋 copy color: '#97BCE0'

red 151 ◦ green 188 ◦ blue 224

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

Shades of Cornflower #97BCE0

Tints of Cornflower #97BCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.79%

R = 26.82%
G = 33.39%
B = 39.79%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#97BCE0 (or 0x97BCE0) is known color: Cornflower. HEX triplet: 97, BC and E0. RGB value is (151,188,224). Sum of RGB (Red+Green+Blue) = 151+188+224=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #97BCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCE0 is #68431F. Grayscale: #B4B4B4. Windows color (decimal): -6832928 or 14728343. OLE color: 14728343.

HSL color Cylindrical-coordinate representation of color #97BCE0: hue angle of 209.59º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97BCE0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 188 224 -
CMYK 0.33 0.16 0 0.12
HSL 209.59º 0.54% 0.74% -
HSV(B) 209.59º 0.33% 0.88% -
XYZ 44.2 47.93 77.44 -
YUV 181.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 151 188 224 0.33 0.16 0 0.12 209.59 0.54 0.74
Hex 97 BC E0 21 10 0 C D2 36 4A
Octal 227 274 340 41 20 0 14 322 66 112
Binary 10010111 10111100 11100000 100001 10000 0 1100 11010010 110110 1001010

Color Harmonies of #97BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BCE0

Black with #97BCE0

Text Example


Text Example

White with #97BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,224); }

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

background-color css

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

 a { background-color: rgb(151,188,224); }

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

border-color css

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

 span { border-color: rgb(151,188,224); }

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