#98DDFA

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

Shades of Columbia Blue #98DDFA

Tints of Columbia Blue #98DDFA

Color information

#98DDFA (or 0x98DDFA) is unknown color: approx Columbia Blue. HEX triplet: 98, DD and FA. RGB value is (152,221,250). Sum of RGB (Red+Green+Blue) = 152+221+250=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #98DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DDFA is #672205. Grayscale: #CBCBCB. Windows color (decimal): -6758918 or 16440728. OLE color: 16440728.

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

Color convert

RGB152221250-
CMYK0.390.1200.02
HSL197.76º90.74%78.82%-
HSV(B)197.76º39.2%98.04%-
XYZ56.0665.29100.09-
YUV203.68154.1491.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.40%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=24.40%
G=35.47%
B=40.13%

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
Decimal1522212500.390.1200.02197.7690.7478.82
Hex98DDFA27C02c65b4f
Octal230335372471402306133117
Binary10011000110111011111101010011111000101100011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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