Html Css Color HEX #97D5EC Cornflower

📋 copy color: '#97D5EC'

red 151 ◦ green 213 ◦ blue 236

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

Shades of Cornflower #97D5EC

Tints of Cornflower #97D5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.5%

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 25.17%
G = 35.5%
B = 39.33%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#97D5EC (or 0x97D5EC) is known color: Cornflower. HEX triplet: 97, D5 and EC. RGB value is (151,213,236). Sum of RGB (Red+Green+Blue) = 151+213+236=600 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.17% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #97D5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D5EC is #682A13. Grayscale: #C4C4C4. Windows color (decimal): -6826516 or 15521175. OLE color: 15521175.

HSL color Cylindrical-coordinate representation of color #97D5EC: hue angle of 196.24º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97D5EC is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 213 236 -
CMYK 0.36 0.10 0 0.07
HSL 196.24º 0.69% 0.76% -
HSV(B) 196.24º 0.36% 0.93% -
XYZ 51.7 60.22 88.26 -
YUV 197.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 151 213 236 0.36 0.10 0 0.07 196.24 0.69 0.76
Hex 97 D5 EC 24 A 0 7 C4 45 4C
Octal 227 325 354 44 12 0 7 304 105 114
Binary 10010111 11010101 11101100 100100 1010 0 111 11000100 1000101 1001100

Color Harmonies of #97D5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D5EC

Black with #97D5EC

Text Example


Text Example

White with #97D5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,213,236); }

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

background-color css

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

 a { background-color: rgb(151,213,236); }

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

border-color css

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

 span { border-color: rgb(151,213,236); }

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