#98E7FB

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

Shades of Columbia Blue #98E7FB

Tints of Columbia Blue #98E7FB

Color information

#98E7FB (or 0x98E7FB) is unknown color: approx Columbia Blue. HEX triplet: 98, E7 and FB. RGB value is (152,231,251). Sum of RGB (Red+Green+Blue) = 152+231+251=634 (83% of max value = 765). Red value is 152 (59.77% from 255 or 23.97% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #98E7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E7FB is #671804. Grayscale: #D1D1D1. Windows color (decimal): -6756357 or 16508824. OLE color: 16508824.

HSL color Cylindrical-coordinate representation of color #98E7FB: hue angle of 192.12º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98E7FB is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152231251-
CMYK0.390.0800.02
HSL192.12º92.52%79.02%-
HSV(B)192.12º39.44%98.43%-
XYZ58.9470.79101.82-
YUV209.66151.3386.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.97%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=23.97%
G=36.44%
B=39.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522312510.390.0800.02192.1292.5279.02
Hex98E7FB27802c05d4f
Octal230347373471002300135117
Binary10011000111001111111101110011110000101100000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98E7FB; }

 p { color: rgb(152,231,251); }

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

<style>
 a { background-color: #98E7FB; }

 a { background-color: rgb(152,231,251); }

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

<style>
 span { border-color: #98E7FB; }

 span { border-color: rgb(152,231,251); }

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