Html Css Color HEX #97CCF2 Cornflower

📋 copy color: '#97CCF2'

red 151 ◦ green 204 ◦ blue 242

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

Shades of Cornflower #97CCF2

Tints of Cornflower #97CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.17%

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

R = 25.29%
G = 34.17%
B = 40.54%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#97CCF2 (or 0x97CCF2) is known color: Cornflower. HEX triplet: 97, CC and F2. RGB value is (151,204,242). Sum of RGB (Red+Green+Blue) = 151+204+242=597 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.29% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #97CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CCF2 is #68330D. Grayscale: #C0C0C0. Windows color (decimal): -6828814 or 15912087. OLE color: 15912087.

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

Color convert

RGB 151 204 242 -
CMYK 0.38 0.16 0 0.05
HSL 205.05º 0.78% 0.77% -
HSV(B) 205.05º 0.38% 0.95% -
XYZ 50.38 56.18 92.19 -
YUV 192.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 151 204 242 0.38 0.16 0 0.05 205.05 0.78 0.77
Hex 97 CC F2 26 10 0 5 CD 4E 4D
Octal 227 314 362 46 20 0 5 315 116 115
Binary 10010111 11001100 11110010 100110 10000 0 101 11001101 1001110 1001101

Color Harmonies of #97CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CCF2

Black with #97CCF2

Text Example


Text Example

White with #97CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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