#98DDFB

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

Shades of Columbia Blue #98DDFB

Tints of Columbia Blue #98DDFB

Color information

#98DDFB (or 0x98DDFB) is unknown color: approx Columbia Blue. HEX triplet: 98, DD and FB. RGB value is (152,221,251). Sum of RGB (Red+Green+Blue) = 152+221+251=624 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.36% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #98DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DDFB is #672204. Grayscale: #CBCBCB. Windows color (decimal): -6758917 or 16506264. OLE color: 16506264.

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

Color convert

RGB152221251-
CMYK0.390.1200.02
HSL198.18º92.52%79.02%-
HSV(B)198.18º39.44%98.43%-
XYZ56.2265.35100.92-
YUV203.79154.6491.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.36%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=24.36%
G=35.42%
B=40.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522212510.390.1200.02198.1892.5279.02
Hex98DDFB27C02c65d4f
Octal230335373471402306135117
Binary10011000110111011111101110011111000101100011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,251); }

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

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

 a { background-color: rgb(152,221,251); }

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

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

 span { border-color: rgb(152,221,251); }

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