#98D5FE

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

Shades of Columbia Blue #98D5FE

Tints of Columbia Blue #98D5FE

Color information

#98D5FE (or 0x98D5FE) is unknown color: approx Columbia Blue. HEX triplet: 98, D5 and FE. RGB value is (152,213,254). Sum of RGB (Red+Green+Blue) = 152+213+254=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #98D5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5FE is #672A01. Grayscale: #C7C7C7. Windows color (decimal): -6760962 or 16700824. OLE color: 16700824.

HSL color Cylindrical-coordinate representation of color #98D5FE: hue angle of 204.12º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D5FE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB152213254-
CMYK0.400.1600.00
HSL204.12º98.08%79.61%-
HSV(B)204.12º40.16%99.61%-
XYZ54.6361.42102.74-
YUV199.43158.7994.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.56%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=24.56%
G=34.41%
B=41.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522132540.400.1600.00204.1298.0879.61
Hex98D5FE281000cc6250
Octal230325376502000314142120
Binary10011000110101011111111010100010000001100110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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