#98D7FA

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

Shades of Columbia Blue #98D7FA

Tints of Columbia Blue #98D7FA

Color information

#98D7FA (or 0x98D7FA) is unknown color: approx Columbia Blue. HEX triplet: 98, D7 and FA. RGB value is (152,215,250). Sum of RGB (Red+Green+Blue) = 152+215+250=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #98D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D7FA is #672805. Grayscale: #C7C7C7. Windows color (decimal): -6760454 or 16439192. OLE color: 16439192.

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

Color convert

RGB152215250-
CMYK0.390.1400.02
HSL201.43º90.74%78.82%-
HSV(B)201.43º39.2%98.04%-
XYZ54.562.1899.57-
YUV200.15156.1393.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.64%
GREEN value IS 215 (84.38% from 255) = 34.85%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=24.64%
G=34.85%
B=40.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522152500.390.1400.02201.4390.7478.82
Hex98D7FA27E02c95b4f
Octal230327372471602311133117
Binary10011000110101111111101010011111100101100100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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