#98EFFF

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

Shades of Columbia Blue #98EFFF

Tints of Columbia Blue #98EFFF

Color information

#98EFFF (or 0x98EFFF) is unknown color: approx Columbia Blue. HEX triplet: 98, EF and FF. RGB value is (152,239,255). Sum of RGB (Red+Green+Blue) = 152+239+255=646 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.53% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #98EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EFFF is #671000. Grayscale: #D6D6D6. Windows color (decimal): -6754305 or 16773016. OLE color: 16773016.

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

Color convert

RGB152239255-
CMYK0.400.0600
HSL189.32º100%79.8%-
HSV(B)189.32º40.39%100%-
XYZ61.8775.63105.94-
YUV214.81150.6883.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.53%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 255 (100% from 255) = 39.47%
R=23.53%
G=37.00%
B=39.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522392550.400.0600189.3210079.8
Hex98EFFF28600bd6450
Octal23035737750600275144120
Binary100110001110111111111111101000110001011110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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