Html Css Color HEX #97CDE1 Cornflower

📋 copy color: '#97CDE1'

red 151 ◦ green 205 ◦ blue 225

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

Shades of Cornflower #97CDE1

Tints of Cornflower #97CDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.28%

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

R = 25.99%
G = 35.28%
B = 38.73%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#97CDE1 (or 0x97CDE1) is known color: Cornflower. HEX triplet: 97, CD and E1. RGB value is (151,205,225). Sum of RGB (Red+Green+Blue) = 151+205+225=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #97CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CDE1 is #68321E. Grayscale: #BFBFBF. Windows color (decimal): -6828575 or 14798231. OLE color: 14798231.

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

Color convert

RGB 151 205 225 -
CMYK 0.33 0.09 0 0.12
HSL 196.22º 0.55% 0.74% -
HSV(B) 196.22º 0.33% 0.88% -
XYZ 48.18 55.68 79.44 -
YUV 191.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 151 205 225 0.33 0.09 0 0.12 196.22 0.55 0.74
Hex 97 CD E1 21 9 0 C C4 37 4A
Octal 227 315 341 41 11 0 14 304 67 112
Binary 10010111 11001101 11100001 100001 1001 0 1100 11000100 110111 1001010

Color Harmonies of #97CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CDE1

Black with #97CDE1

Text Example


Text Example

White with #97CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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