Html Css Color HEX #97E3F7 Columbia Blue

📋 copy color: '#97E3F7'

red 151 ◦ green 227 ◦ blue 247

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

Shades of Columbia Blue #97E3F7

Tints of Columbia Blue #97E3F7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.32%

 BLUE value IS 247 (96.88% from 255) = 39.52%

R = 24.16%
G = 36.32%
B = 39.52%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#97E3F7 (or 0x97E3F7) is known color: Columbia Blue. HEX triplet: 97, E3 and F7. RGB value is (151,227,247). Sum of RGB (Red+Green+Blue) = 151+227+247=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #97E3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E3F7 is #681C08. Grayscale: #CECECE. Windows color (decimal): -6822921 or 16245655. OLE color: 16245655.

HSL color Cylindrical-coordinate representation of color #97E3F7: hue angle of 192.5º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97E3F7 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 227 247 -
CMYK 0.39 0.08 0 0.03
HSL 192.5º 0.86% 0.78% -
HSV(B) 192.5º 0.39% 0.97% -
XYZ 57.02 68.23 98.16 -
YUV 206.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 151 227 247 0.39 0.08 0 0.03 192.5 0.86 0.78
Hex 97 E3 F7 27 8 0 3 C0 56 4E
Octal 227 343 367 47 10 0 3 300 126 116
Binary 10010111 11100011 11110111 100111 1000 0 11 11000000 1010110 1001110

Color Harmonies of #97E3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E3F7

Black with #97E3F7

Text Example


Text Example

White with #97E3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,227,247); }

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

background-color css

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

 a { background-color: rgb(151,227,247); }

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

border-color css

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

 span { border-color: rgb(151,227,247); }

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