#98D7FB

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

Shades of Columbia Blue #98D7FB

Tints of Columbia Blue #98D7FB

Color information

#98D7FB (or 0x98D7FB) is unknown color: approx Columbia Blue. HEX triplet: 98, D7 and FB. RGB value is (152,215,251). Sum of RGB (Red+Green+Blue) = 152+215+251=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #98D7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D7FB is #672804. Grayscale: #C8C8C8. Windows color (decimal): -6760453 or 16504728. OLE color: 16504728.

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

Color convert

RGB152215251-
CMYK0.390.1400.02
HSL201.82º92.52%79.02%-
HSV(B)201.82º39.44%98.43%-
XYZ54.6662.24100.4-
YUV200.27156.6393.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.60%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=24.60%
G=34.79%
B=40.61%

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
Decimal1522152510.390.1400.02201.8292.5279.02
Hex98D7FB27E02ca5d4f
Octal230327373471602312135117
Binary10011000110101111111101110011111100101100101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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