#98D6FB

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

Shades of Columbia Blue #98D6FB

Tints of Columbia Blue #98D6FB

Color information

#98D6FB (or 0x98D6FB) is unknown color: approx Columbia Blue. HEX triplet: 98, D6 and FB. RGB value is (152,214,251). Sum of RGB (Red+Green+Blue) = 152+214+251=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #98D6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D6FB is #672904. Grayscale: #C7C7C7. Windows color (decimal): -6760709 or 16504472. OLE color: 16504472.

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

Color convert

RGB152214251-
CMYK0.390.1500.02
HSL202.42º92.52%79.02%-
HSV(B)202.42º39.44%98.43%-
XYZ54.4161.73100.31-
YUV199.68156.9693.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.64%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=24.64%
G=34.68%
B=40.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522142510.390.1500.02202.4292.5279.02
Hex98D6FB27F02ca5d4f
Octal230326373471702312135117
Binary10011000110101101111101110011111110101100101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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