Html Css Color HEX #97CEE1 Cornflower

📋 copy color: '#97CEE1'

red 151 ◦ green 206 ◦ blue 225

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

Shades of Cornflower #97CEE1

Tints of Cornflower #97CEE1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 25.95%
G = 35.4%
B = 38.66%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#97CEE1 (or 0x97CEE1) is known color: Cornflower. HEX triplet: 97, CE and E1. RGB value is (151,206,225). Sum of RGB (Red+Green+Blue) = 151+206+225=582 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.95% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #97CEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CEE1 is #68311E. Grayscale: #BFBFBF. Windows color (decimal): -6828319 or 14798487. OLE color: 14798487.

HSL color Cylindrical-coordinate representation of color #97CEE1: hue angle of 195.41º degrees, saturation: 0.55, 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 #97CEE1 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 206 225 -
CMYK 0.33 0.08 0 0.12
HSL 195.41º 0.55% 0.74% -
HSV(B) 195.41º 0.33% 0.88% -
XYZ 48.42 56.16 79.52 -
YUV 191.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 151 206 225 0.33 0.08 0 0.12 195.41 0.55 0.74
Hex 97 CE E1 21 8 0 C C3 37 4A
Octal 227 316 341 41 10 0 14 303 67 112
Binary 10010111 11001110 11100001 100001 1000 0 1100 11000011 110111 1001010

Color Harmonies of #97CEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CEE1

Black with #97CEE1

Text Example


Text Example

White with #97CEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,206,225); }

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

background-color css

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

 a { background-color: rgb(151,206,225); }

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

border-color css

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

 span { border-color: rgb(151,206,225); }

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