#98DBFE

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

Shades of Columbia Blue #98DBFE

Tints of Columbia Blue #98DBFE

Color information

#98DBFE (or 0x98DBFE) is unknown color: approx Columbia Blue. HEX triplet: 98, DB and FE. RGB value is (152,219,254). Sum of RGB (Red+Green+Blue) = 152+219+254=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #98DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBFE is #672401. Grayscale: #CACACA. Windows color (decimal): -6759426 or 16702360. OLE color: 16702360.

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

Color convert

RGB152219254-
CMYK0.400.1400.00
HSL200.59º98.08%79.61%-
HSV(B)200.59º40.16%99.61%-
XYZ56.1764.49103.25-
YUV202.96156.891.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.32%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=24.32%
G=35.04%
B=40.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522192540.400.1400.00200.5998.0879.61
Hex98DBFE28E00c96250
Octal230333376501600311142120
Binary1001100011011011111111101010001110001100100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,254); }

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

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

 a { background-color: rgb(152,219,254); }

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

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

 span { border-color: rgb(152,219,254); }

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