Html Css Color HEX #97CEF2 Cornflower

📋 copy color: '#97CEF2'

red 151 ◦ green 206 ◦ blue 242

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

Shades of Cornflower #97CEF2

Tints of Cornflower #97CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.4%

R = 25.21%
G = 34.39%
B = 40.4%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#97CEF2 (or 0x97CEF2) is known color: Cornflower. HEX triplet: 97, CE and F2. RGB value is (151,206,242). Sum of RGB (Red+Green+Blue) = 151+206+242=599 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.21% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #97CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CEF2 is #68310D. Grayscale: #C1C1C1. Windows color (decimal): -6828302 or 15912599. OLE color: 15912599.

HSL color Cylindrical-coordinate representation of color #97CEF2: hue angle of 203.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97CEF2 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 206 242 -
CMYK 0.38 0.15 0 0.05
HSL 203.74º 0.78% 0.77% -
HSV(B) 203.74º 0.38% 0.95% -
XYZ 50.86 57.13 92.35 -
YUV 193.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 151 206 242 0.38 0.15 0 0.05 203.74 0.78 0.77
Hex 97 CE F2 26 F 0 5 CC 4E 4D
Octal 227 316 362 46 17 0 5 314 116 115
Binary 10010111 11001110 11110010 100110 1111 0 101 11001100 1001110 1001101

Color Harmonies of #97CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CEF2

Black with #97CEF2

Text Example


Text Example

White with #97CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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