Html Css Color HEX #97BDE2 Cornflower

📋 copy color: '#97BDE2'

red 151 ◦ green 189 ◦ blue 226

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

Shades of Cornflower #97BDE2

Tints of Cornflower #97BDE2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.39%

 BLUE value IS 226 (88.67% from 255) = 39.93%

R = 26.68%
G = 33.39%
B = 39.93%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#97BDE2 (or 0x97BDE2) is known color: Cornflower. HEX triplet: 97, BD and E2. RGB value is (151,189,226). Sum of RGB (Red+Green+Blue) = 151+189+226=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #97BDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDE2 is #68421D. Grayscale: #B5B5B5. Windows color (decimal): -6832670 or 14859671. OLE color: 14859671.

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

Color convert

RGB 151 189 226 -
CMYK 0.33 0.16 0 0.11
HSL 209.6º 0.56% 0.74% -
HSV(B) 209.6º 0.33% 0.89% -
XYZ 44.69 48.47 78.95 -
YUV 181.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 151 189 226 0.33 0.16 0 0.11 209.6 0.56 0.74
Hex 97 BD E2 21 10 0 B D2 38 4A
Octal 227 275 342 41 20 0 13 322 70 112
Binary 10010111 10111101 11100010 100001 10000 0 1011 11010010 111000 1001010

Color Harmonies of #97BDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BDE2

Black with #97BDE2

Text Example


Text Example

White with #97BDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,189,226); }

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

background-color css

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

 a { background-color: rgb(151,189,226); }

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

border-color css

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

 span { border-color: rgb(151,189,226); }

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