#98ECFD

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

Shades of Columbia Blue #98ECFD

Tints of Columbia Blue #98ECFD

Color information

#98ECFD (or 0x98ECFD) is unknown color: approx Columbia Blue. HEX triplet: 98, EC and FD. RGB value is (152,236,253). Sum of RGB (Red+Green+Blue) = 152+236+253=641 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.71% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #98ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98ECFD is #671302. Grayscale: #D4D4D4. Windows color (decimal): -6755075 or 16641176. OLE color: 16641176.

HSL color Cylindrical-coordinate representation of color #98ECFD: hue angle of 190.1º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98ECFD is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152236253-
CMYK0.400.0700.01
HSL190.1º96.19%79.41%-
HSV(B)190.1º39.92%99.22%-
XYZ60.6773.76103.97-
YUV212.82150.6784.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.71%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=23.71%
G=36.82%
B=39.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522362530.400.0700.01190.196.1979.41
Hex98ECFD28701be604f
Octal23035437550701276140117
Binary100110001110110011111101101000111011011111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,236,253); }

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

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

 a { background-color: rgb(152,236,253); }

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

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

 span { border-color: rgb(152,236,253); }

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