#98DCFD

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

Shades of Columbia Blue #98DCFD

Tints of Columbia Blue #98DCFD

Color information

#98DCFD (or 0x98DCFD) is unknown color: approx Columbia Blue. HEX triplet: 98, DC and FD. RGB value is (152,220,253). Sum of RGB (Red+Green+Blue) = 152+220+253=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #98DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DCFD is #672302. Grayscale: #CBCBCB. Windows color (decimal): -6759171 or 16637080. OLE color: 16637080.

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

Color convert

RGB152220253-
CMYK0.400.1300.01
HSL199.6º96.19%79.41%-
HSV(B)199.6º39.92%99.22%-
XYZ56.2764.95102.5-
YUV203.43155.9791.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.32%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=24.32%
G=35.2%
B=40.48%

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
Decimal1522202530.400.1300.01199.696.1979.41
Hex98DCFD28D01c8604f
Octal230334375501501310140117
Binary1001100011011100111111011010001101011100100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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