#98DAFA

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

Shades of Columbia Blue #98DAFA

Tints of Columbia Blue #98DAFA

Color information

#98DAFA (or 0x98DAFA) is unknown color: approx Columbia Blue. HEX triplet: 98, DA and FA. RGB value is (152,218,250). Sum of RGB (Red+Green+Blue) = 152+218+250=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #98DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DAFA is #672505. Grayscale: #C9C9C9. Windows color (decimal): -6759686 or 16439960. OLE color: 16439960.

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

Color convert

RGB152218250-
CMYK0.390.1300.02
HSL199.59º90.74%78.82%-
HSV(B)199.59º39.2%98.04%-
XYZ55.2863.7299.83-
YUV201.91155.1392.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.52%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=24.52%
G=35.16%
B=40.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522182500.390.1300.02199.5990.7478.82
Hex98DAFA27D02c85b4f
Octal230332372471502310133117
Binary10011000110110101111101010011111010101100100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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