#98DDFD

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

Shades of Columbia Blue #98DDFD

Tints of Columbia Blue #98DDFD

Color information

#98DDFD (or 0x98DDFD) is unknown color: approx Columbia Blue. HEX triplet: 98, DD and FD. RGB value is (152,221,253). Sum of RGB (Red+Green+Blue) = 152+221+253=626 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.28% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #98DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DDFD is #672202. Grayscale: #CBCBCB. Windows color (decimal): -6758915 or 16637336. OLE color: 16637336.

HSL color Cylindrical-coordinate representation of color #98DDFD: hue angle of 199.01º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98DDFD is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152221253-
CMYK0.400.1300.01
HSL199.01º96.19%79.41%-
HSV(B)199.01º39.92%99.22%-
XYZ56.5365.48102.59-
YUV204.02155.6490.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.28%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=24.28%
G=35.30%
B=40.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522212530.400.1300.01199.0196.1979.41
Hex98DDFD28D01c7604f
Octal230335375501501307140117
Binary1001100011011101111111011010001101011100011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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