#98D9F4

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

Shades of Columbia Blue #98D9F4

Tints of Columbia Blue #98D9F4

Color information

#98D9F4 (or 0x98D9F4) is unknown color: approx Columbia Blue. HEX triplet: 98, D9 and F4. RGB value is (152,217,244). Sum of RGB (Red+Green+Blue) = 152+217+244=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #98D9F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D9F4 is #67260B. Grayscale: #C8C8C8. Windows color (decimal): -6759948 or 16046488. OLE color: 16046488.

HSL color Cylindrical-coordinate representation of color #98D9F4: hue angle of 197.61º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98D9F4 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152217244-
CMYK0.380.1100.04
HSL197.61º80.7%77.65%-
HSV(B)197.61º37.7%95.69%-
XYZ54.0962.8394.86-
YUV200.64152.4793.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.80%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 244 (95.70% from 255) = 39.80%
R=24.80%
G=35.40%
B=39.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522172440.380.1100.04197.6180.777.65
Hex98D9F426B04c6514e
Octal230331364461304306121116
Binary100110001101100111110100100110101101001100011010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,217,244); }

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

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

 a { background-color: rgb(152,217,244); }

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

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

 span { border-color: rgb(152,217,244); }

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