#98DFFF

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

Shades of Columbia Blue #98DFFF

Tints of Columbia Blue #98DFFF

Color information

#98DFFF (or 0x98DFFF) is unknown color: approx Columbia Blue. HEX triplet: 98, DF and FF. RGB value is (152,223,255). Sum of RGB (Red+Green+Blue) = 152+223+255=630 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.13% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #98DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFFF is #672000. Grayscale: #CDCDCD. Windows color (decimal): -6758401 or 16768920. OLE color: 16768920.

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

Color convert

RGB152223255-
CMYK0.400.1300
HSL198.64º100%79.8%-
HSV(B)198.64º40.39%100%-
XYZ57.3966.67104.45-
YUV205.42155.9889.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.13%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 255 (100% from 255) = 40.48%
R=24.13%
G=35.40%
B=40.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522232550.400.1300198.6410079.8
Hex98DFFF28D00c76450
Octal230337377501500307144120
Binary1001100011011111111111111010001101001100011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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