#98DAFF

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

Shades of Columbia Blue #98DAFF

Tints of Columbia Blue #98DAFF

Color information

#98DAFF (or 0x98DAFF) is unknown color: approx Columbia Blue. HEX triplet: 98, DA and FF. RGB value is (152,218,255). Sum of RGB (Red+Green+Blue) = 152+218+255=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #98DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DAFF is #672500. Grayscale: #CACACA. Windows color (decimal): -6759681 or 16767640. OLE color: 16767640.

HSL color Cylindrical-coordinate representation of color #98DAFF: hue angle of 201.55º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98DAFF is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152218255-
CMYK0.400.1500
HSL201.55º100%79.8%-
HSV(B)201.55º40.39%100%-
XYZ56.0764.04104.01-
YUV202.48157.6391.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.32%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 255 (100% from 255) = 40.8%
R=24.32%
G=34.88%
B=40.8%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522182550.400.1500201.5510079.8
Hex98DAFF28F00ca6450
Octal230332377501700312144120
Binary1001100011011010111111111010001111001100101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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