#98E0FD

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

Shades of Columbia Blue #98E0FD

Tints of Columbia Blue #98E0FD

Color information

#98E0FD (or 0x98E0FD) is unknown color: approx Columbia Blue. HEX triplet: 98, E0 and FD. RGB value is (152,224,253). Sum of RGB (Red+Green+Blue) = 152+224+253=629 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.17% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #98E0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E0FD is #671F02. Grayscale: #CDCDCD. Windows color (decimal): -6758147 or 16638104. OLE color: 16638104.

HSL color Cylindrical-coordinate representation of color #98E0FD: hue angle of 197.23º 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 #98E0FD is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152224253-
CMYK0.400.1100.01
HSL197.23º96.19%79.41%-
HSV(B)197.23º39.92%99.22%-
XYZ57.3367.08102.85-
YUV205.78154.6589.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.17%
GREEN value IS 224 (87.89% from 255) = 35.61%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=24.17%
G=35.61%
B=40.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522242530.400.1100.01197.2396.1979.41
Hex98E0FD28B01c5604f
Octal230340375501301305140117
Binary1001100011100000111111011010001011011100010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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