Html Css Color HEX #97BBEA Cornflower

📋 copy color: '#97BBEA'

red 151 ◦ green 187 ◦ blue 234

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

Shades of Cornflower #97BBEA

Tints of Cornflower #97BBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 26.4%
G = 32.69%
B = 40.91%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97BBEA (or 0x97BBEA) is known color: Cornflower. HEX triplet: 97, BB and EA. RGB value is (151,187,234). Sum of RGB (Red+Green+Blue) = 151+187+234=572 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.40% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #97BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BBEA is #684415. Grayscale: #B5B5B5. Windows color (decimal): -6833174 or 15383447. OLE color: 15383447.

HSL color Cylindrical-coordinate representation of color #97BBEA: hue angle of 213.98º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97BBEA is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 187 234 -
CMYK 0.35 0.20 0 0.08
HSL 213.98º 0.66% 0.75% -
HSV(B) 213.98º 0.35% 0.92% -
XYZ 45.38 48.06 84.73 -
YUV 181.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 151 187 234 0.35 0.20 0 0.08 213.98 0.66 0.75
Hex 97 BB EA 23 14 0 8 D6 42 4B
Octal 227 273 352 43 24 0 10 326 102 113
Binary 10010111 10111011 11101010 100011 10100 0 1000 11010110 1000010 1001011

Color Harmonies of #97BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BBEA

Black with #97BBEA

Text Example


Text Example

White with #97BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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