#98D5FD

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

Shades of Columbia Blue #98D5FD

Tints of Columbia Blue #98D5FD

Color information

#98D5FD (or 0x98D5FD) is unknown color: approx Columbia Blue. HEX triplet: 98, D5 and FD. RGB value is (152,213,253). Sum of RGB (Red+Green+Blue) = 152+213+253=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #98D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5FD is #672A02. Grayscale: #C7C7C7. Windows color (decimal): -6760963 or 16635288. OLE color: 16635288.

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

Color convert

RGB152213253-
CMYK0.400.1600.01
HSL203.76º96.19%79.41%-
HSV(B)203.76º39.92%99.22%-
XYZ54.4761.36101.9-
YUV199.32158.2994.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.60%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=24.60%
G=34.47%
B=40.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522132530.400.1600.01203.7696.1979.41
Hex98D5FD281001cc604f
Octal230325375502001314140117
Binary10011000110101011111110110100010000011100110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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