#98E5FA

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

Shades of Columbia Blue #98E5FA

Tints of Columbia Blue #98E5FA

Color information

#98E5FA (or 0x98E5FA) is unknown color: approx Columbia Blue. HEX triplet: 98, E5 and FA. RGB value is (152,229,250). Sum of RGB (Red+Green+Blue) = 152+229+250=631 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.09% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #98E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E5FA is #671A05. Grayscale: #D0D0D0. Windows color (decimal): -6756870 or 16442776. OLE color: 16442776.

HSL color Cylindrical-coordinate representation of color #98E5FA: hue angle of 192.86º degrees, saturation: 0.91, 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 #98E5FA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152229250-
CMYK0.390.0800.02
HSL192.86º90.74%78.82%-
HSV(B)192.86º39.2%98.04%-
XYZ58.2269.62100.81-
YUV208.37151.4987.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.09%
GREEN value IS 229 (89.84% from 255) = 36.29%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=24.09%
G=36.29%
B=39.62%

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
Decimal1522292500.390.0800.02192.8690.7478.82
Hex98E5FA27802c15b4f
Octal230345372471002301133117
Binary10011000111001011111101010011110000101100000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,229,250); }

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

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

 a { background-color: rgb(152,229,250); }

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

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

 span { border-color: rgb(152,229,250); }

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