#88DFFE

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

Shades of Columbia Blue #88DFFE

Tints of Columbia Blue #88DFFE

Color information

#88DFFE (or 0x88DFFE) is unknown color: approx Columbia Blue. HEX triplet: 88, DF and FE. RGB value is (136,223,254). Sum of RGB (Red+Green+Blue) = 136+223+254=613 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.19% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #88DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DFFE is #772001. Grayscale: #C8C8C8. Windows color (decimal): -7806978 or 16703368. OLE color: 16703368.

HSL color Cylindrical-coordinate representation of color #88DFFE: hue angle of 195.76º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88DFFE is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136223254-
CMYK0.460.1200.00
HSL195.76º98.33%76.47%-
HSV(B)195.76º46.46%99.61%-
XYZ54.4365.17103.48-
YUV200.52158.1881.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.19%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=22.19%
G=36.38%
B=41.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362232540.460.1200.00195.7698.3376.47
Hex88DFFE2EC00c4624c
Octal210337376561400304142114
Binary1000100011011111111111101011101100001100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DFFE; }

 p { color: rgb(136,223,254); }

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

<style>
 a { background-color: #88DFFE; }

 a { background-color: rgb(136,223,254); }

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

<style>
 span { border-color: #88DFFE; }

 span { border-color: rgb(136,223,254); }

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