#98DBFB

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

Shades of Columbia Blue #98DBFB

Tints of Columbia Blue #98DBFB

Color information

#98DBFB (or 0x98DBFB) is unknown color: approx Columbia Blue. HEX triplet: 98, DB and FB. RGB value is (152,219,251). Sum of RGB (Red+Green+Blue) = 152+219+251=622 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.44% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #98DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBFB is #672404. Grayscale: #CACACA. Windows color (decimal): -6759429 or 16505752. OLE color: 16505752.

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

Color convert

RGB152219251-
CMYK0.390.1300.02
HSL199.39º92.52%79.02%-
HSV(B)199.39º39.44%98.43%-
XYZ55.6964.3100.74-
YUV202.62155.391.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.44%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=24.44%
G=35.21%
B=40.35%

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
Decimal1522192510.390.1300.02199.3992.5279.02
Hex98DBFB27D02c75d4f
Octal230333373471502307135117
Binary10011000110110111111101110011111010101100011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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