#98D6FE

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

Shades of Columbia Blue #98D6FE

Tints of Columbia Blue #98D6FE

Color information

#98D6FE (or 0x98D6FE) is unknown color: approx Columbia Blue. HEX triplet: 98, D6 and FE. RGB value is (152,214,254). Sum of RGB (Red+Green+Blue) = 152+214+254=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #98D6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D6FE is #672901. Grayscale: #C7C7C7. Windows color (decimal): -6760706 or 16701080. OLE color: 16701080.

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

Color convert

RGB152214254-
CMYK0.400.1600.00
HSL203.53º98.08%79.61%-
HSV(B)203.53º40.16%99.61%-
XYZ54.8861.92102.83-
YUV200.02158.4693.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.52%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=24.52%
G=34.52%
B=40.97%

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
Decimal1522142540.400.1600.00203.5398.0879.61
Hex98D6FE281000cc6250
Octal230326376502000314142120
Binary10011000110101101111111010100010000001100110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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