#98D9FA

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

Shades of Columbia Blue #98D9FA

Tints of Columbia Blue #98D9FA

Color information

#98D9FA (or 0x98D9FA) is unknown color: approx Columbia Blue. HEX triplet: 98, D9 and FA. RGB value is (152,217,250). Sum of RGB (Red+Green+Blue) = 152+217+250=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #98D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D9FA is #672605. Grayscale: #C9C9C9. Windows color (decimal): -6759942 or 16439704. OLE color: 16439704.

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

Color convert

RGB152217250-
CMYK0.390.1300.02
HSL200.2º90.74%78.82%-
HSV(B)200.2º39.2%98.04%-
XYZ55.0263.299.74-
YUV201.33155.4792.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.56%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=24.56%
G=35.06%
B=40.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522172500.390.1300.02200.290.7478.82
Hex98D9FA27D02c85b4f
Octal230331372471502310133117
Binary10011000110110011111101010011111010101100100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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