Html Css Color HEX #97CBE1 Cornflower

📋 copy color: '#97CBE1'

red 151 ◦ green 203 ◦ blue 225

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

Shades of Cornflower #97CBE1

Tints of Cornflower #97CBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

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

R = 26.08%
G = 35.06%
B = 38.86%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#97CBE1 (or 0x97CBE1) is known color: Cornflower. HEX triplet: 97, CB and E1. RGB value is (151,203,225). Sum of RGB (Red+Green+Blue) = 151+203+225=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #97CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBE1 is #68341E. Grayscale: #BDBDBD. Windows color (decimal): -6829087 or 14797719. OLE color: 14797719.

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

Color convert

RGB 151 203 225 -
CMYK 0.33 0.10 0 0.12
HSL 197.84º 0.55% 0.74% -
HSV(B) 197.84º 0.33% 0.88% -
XYZ 47.71 54.73 79.28 -
YUV 189.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 151 203 225 0.33 0.10 0 0.12 197.84 0.55 0.74
Hex 97 CB E1 21 A 0 C C6 37 4A
Octal 227 313 341 41 12 0 14 306 67 112
Binary 10010111 11001011 11100001 100001 1010 0 1100 11000110 110111 1001010

Color Harmonies of #97CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CBE1

Black with #97CBE1

Text Example


Text Example

White with #97CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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