#98E1FC

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

Shades of Columbia Blue #98E1FC

Tints of Columbia Blue #98E1FC

Color information

#98E1FC (or 0x98E1FC) is unknown color: approx Columbia Blue. HEX triplet: 98, E1 and FC. RGB value is (152,225,252). Sum of RGB (Red+Green+Blue) = 152+225+252=629 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.17% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #98E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E1FC is #671E03. Grayscale: #CECECE. Windows color (decimal): -6757892 or 16572824. OLE color: 16572824.

HSL color Cylindrical-coordinate representation of color #98E1FC: hue angle of 196.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98E1FC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152225252-
CMYK0.400.1100.01
HSL196.2º94.34%79.22%-
HSV(B)196.2º39.68%98.82%-
XYZ57.4467.55102.11-
YUV206.25153.8289.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.17%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=24.17%
G=35.77%
B=40.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522252520.400.1100.01196.294.3479.22
Hex98E1FC28B01c45e4f
Octal230341374501301304136117
Binary1001100011100001111111001010001011011100010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,225,252); }

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

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

 a { background-color: rgb(152,225,252); }

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

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

 span { border-color: rgb(152,225,252); }

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