#98D2FD

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

Shades of Columbia Blue #98D2FD

Tints of Columbia Blue #98D2FD

Color information

#98D2FD (or 0x98D2FD) is unknown color: approx Columbia Blue. HEX triplet: 98, D2 and FD. RGB value is (152,210,253). Sum of RGB (Red+Green+Blue) = 152+210+253=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #98D2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D2FD is #672D02. Grayscale: #C5C5C5. Windows color (decimal): -6761731 or 16634520. OLE color: 16634520.

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

Color convert

RGB152210253-
CMYK0.400.1700.01
HSL205.54º96.19%79.41%-
HSV(B)205.54º39.92%99.22%-
XYZ53.7359.86101.65-
YUV197.56159.2895.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.72%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=24.72%
G=34.15%
B=41.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522102530.400.1700.01205.5496.1979.41
Hex98D2FD281101ce604f
Octal230322375502101316140117
Binary10011000110100101111110110100010001011100111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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