#98DFF8

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

Shades of Columbia Blue #98DFF8

Tints of Columbia Blue #98DFF8

Color information

#98DFF8 (or 0x98DFF8) is unknown color: approx Columbia Blue. HEX triplet: 98, DF and F8. RGB value is (152,223,248). Sum of RGB (Red+Green+Blue) = 152+223+248=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #98DFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFF8 is #672007. Grayscale: #CCCCCC. Windows color (decimal): -6758408 or 16310168. OLE color: 16310168.

HSL color Cylindrical-coordinate representation of color #98DFF8: hue angle of 195.62º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98DFF8 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152223248-
CMYK0.390.1000.03
HSL195.62º87.27%78.43%-
HSV(B)195.62º38.71%97.25%-
XYZ56.2866.2398.62-
YUV204.62152.4890.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.40%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=24.40%
G=35.79%
B=39.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522232480.390.1000.03195.6287.2778.43
Hex98DFF827A03c4574e
Octal230337370471203304127116
Binary10011000110111111111100010011110100111100010010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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