Html Css Color HEX #97D2EF Cornflower

📋 copy color: '#97D2EF'

red 151 ◦ green 210 ◦ blue 239

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

Shades of Cornflower #97D2EF

Tints of Cornflower #97D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35%

 BLUE value IS 239 (93.75% from 255) = 39.83%

R = 25.17%
G = 35%
B = 39.83%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#97D2EF (or 0x97D2EF) is known color: Cornflower. HEX triplet: 97, D2 and EF. RGB value is (151,210,239). Sum of RGB (Red+Green+Blue) = 151+210+239=600 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.17% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #97D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D2EF is #682D10. Grayscale: #C3C3C3. Windows color (decimal): -6827281 or 15717015. OLE color: 15717015.

HSL color Cylindrical-coordinate representation of color #97D2EF: hue angle of 199.77º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97D2EF is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 210 239 -
CMYK 0.37 0.12 0 0.06
HSL 199.77º 0.73% 0.76% -
HSV(B) 199.77º 0.37% 0.94% -
XYZ 51.39 58.9 90.32 -
YUV 195.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 151 210 239 0.37 0.12 0 0.06 199.77 0.73 0.76
Hex 97 D2 EF 25 C 0 6 C8 49 4C
Octal 227 322 357 45 14 0 6 310 111 114
Binary 10010111 11010010 11101111 100101 1100 0 110 11001000 1001001 1001100

Color Harmonies of #97D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D2EF

Black with #97D2EF

Text Example


Text Example

White with #97D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,210,239); }

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

background-color css

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

 a { background-color: rgb(151,210,239); }

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

border-color css

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

 span { border-color: rgb(151,210,239); }

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