#98DFFD

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

Shades of Columbia Blue #98DFFD

Tints of Columbia Blue #98DFFD

Color information

#98DFFD (or 0x98DFFD) is unknown color: approx Columbia Blue. HEX triplet: 98, DF and FD. RGB value is (152,223,253). Sum of RGB (Red+Green+Blue) = 152+223+253=628 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.20% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #98DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFFD is #672002. Grayscale: #CDCDCD. Windows color (decimal): -6758403 or 16637848. OLE color: 16637848.

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

Color convert

RGB152223253-
CMYK0.400.1200.01
HSL197.82º96.19%79.41%-
HSV(B)197.82º39.92%99.22%-
XYZ57.0766.54102.76-
YUV205.19154.9890.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.20%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=24.20%
G=35.51%
B=40.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522232530.400.1200.01197.8296.1979.41
Hex98DFFD28C01c6604f
Octal230337375501401306140117
Binary1001100011011111111111011010001100011100011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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