#98DFFA

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

Shades of Columbia Blue #98DFFA

Tints of Columbia Blue #98DFFA

Color information

#98DFFA (or 0x98DFFA) is unknown color: approx Columbia Blue. HEX triplet: 98, DF and FA. RGB value is (152,223,250). Sum of RGB (Red+Green+Blue) = 152+223+250=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #98DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFFA is #672005. Grayscale: #CCCCCC. Windows color (decimal): -6758406 or 16441240. OLE color: 16441240.

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

Color convert

RGB152223250-
CMYK0.390.1100.02
HSL196.53º90.74%78.82%-
HSV(B)196.53º39.2%98.04%-
XYZ56.5966.35100.27-
YUV204.85153.4890.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.32%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 250 (98.05% from 255) = 40%
R=24.32%
G=35.68%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522232500.390.1100.02196.5390.7478.82
Hex98DFFA27B02c55b4f
Octal230337372471302305133117
Binary10011000110111111111101010011110110101100010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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