#98E1FF

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

Shades of Columbia Blue #98E1FF

Tints of Columbia Blue #98E1FF

Color information

#98E1FF (or 0x98E1FF) is unknown color: approx Columbia Blue. HEX triplet: 98, E1 and FF. RGB value is (152,225,255). Sum of RGB (Red+Green+Blue) = 152+225+255=632 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.05% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #98E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E1FF is #671E00. Grayscale: #CECECE. Windows color (decimal): -6757889 or 16769432. OLE color: 16769432.

HSL color Cylindrical-coordinate representation of color #98E1FF: hue angle of 197.48º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98E1FF is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152225255-
CMYK0.400.1200
HSL197.48º100%79.8%-
HSV(B)197.48º40.39%100%-
XYZ57.9267.75104.63-
YUV206.59155.3289.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.05%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 255 (100% from 255) = 40.35%
R=24.05%
G=35.60%
B=40.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522252550.400.1200197.4810079.8
Hex98E1FF28C00c56450
Octal230341377501400305144120
Binary1001100011100001111111111010001100001100010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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