Html Css Color HEX #97CDF2 Cornflower

📋 copy color: '#97CDF2'

red 151 ◦ green 205 ◦ blue 242

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

Shades of Cornflower #97CDF2

Tints of Cornflower #97CDF2

RGB

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

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

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

R = 25.25%
G = 34.28%
B = 40.47%

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

#97CDF2 (or 0x97CDF2) is known color: Cornflower. HEX triplet: 97, CD and F2. RGB value is (151,205,242). Sum of RGB (Red+Green+Blue) = 151+205+242=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #97CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CDF2 is #68320D. Grayscale: #C0C0C0. Windows color (decimal): -6828558 or 15912343. OLE color: 15912343.

HSL color Cylindrical-coordinate representation of color #97CDF2: hue angle of 204.4º 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 #97CDF2 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 205 242 -
CMYK 0.38 0.15 0 0.05
HSL 204.4º 0.78% 0.77% -
HSV(B) 204.4º 0.38% 0.95% -
XYZ 50.62 56.65 92.27 -
YUV 193.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 151 205 242 0.38 0.15 0 0.05 204.4 0.78 0.77
Hex 97 CD F2 26 F 0 5 CC 4E 4D
Octal 227 315 362 46 17 0 5 314 116 115
Binary 10010111 11001101 11110010 100110 1111 0 101 11001100 1001110 1001101

Color Harmonies of #97CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CDF2

Black with #97CDF2

Text Example


Text Example

White with #97CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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