#98EDFF

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

Shades of Columbia Blue #98EDFF

Tints of Columbia Blue #98EDFF

Color information

#98EDFF (or 0x98EDFF) is unknown color: approx Columbia Blue. HEX triplet: 98, ED and FF. RGB value is (152,237,255). Sum of RGB (Red+Green+Blue) = 152+237+255=644 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.60% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #98EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EDFF is #671200. Grayscale: #D5D5D5. Windows color (decimal): -6754817 or 16772504. OLE color: 16772504.

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

Color convert

RGB152237255-
CMYK0.400.0700
HSL190.49º100%79.8%-
HSV(B)190.49º40.39%100%-
XYZ61.2874.46105.75-
YUV213.64151.3484.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.60%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 255 (100% from 255) = 39.60%
R=23.60%
G=36.80%
B=39.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522372550.400.0700190.4910079.8
Hex98EDFF28700be6450
Octal23035537750700276144120
Binary100110001110110111111111101000111001011111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,237,255); }

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

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

 a { background-color: rgb(152,237,255); }

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

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

 span { border-color: rgb(152,237,255); }

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