#97E1FB

Color #97E1FB Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #97E1FB

Tints of Columbia Blue #97E1FB

Color information

#97E1FB (or 0x97E1FB) is unknown color: approx Columbia Blue. HEX triplet: 97, E1 and FB. RGB value is (151,225,251). Sum of RGB (Red+Green+Blue) = 151+225+251=627 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.08% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #97E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E1FB is #681E04. Grayscale: #CDCDCD. Windows color (decimal): -6823429 or 16507287. OLE color: 16507287.

HSL color Cylindrical-coordinate representation of color #97E1FB: hue angle of 195.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97E1FB is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151225251-
CMYK0.400.1000.02
HSL195.6º92.59%78.82%-
HSV(B)195.6º39.84%98.43%-
XYZ57.167.39101.27-
YUV205.84153.4888.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.08%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=24.08%
G=35.89%
B=40.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512252510.400.1000.02195.692.5978.82
Hex97E1FB28A02c45d4f
Octal227341373501202304135117
Binary10010111111000011111101110100010100101100010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97E1FB;
 }
 .AnyTagClassName
 {
   color: #97E1FB;
 }
</style>
background-color css

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

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

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

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

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

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