#95DDFD

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

Shades of Columbia Blue #95DDFD

Tints of Columbia Blue #95DDFD

Color information

#95DDFD (or 0x95DDFD) is unknown color: approx Columbia Blue. HEX triplet: 95, DD and FD. RGB value is (149,221,253). Sum of RGB (Red+Green+Blue) = 149+221+253=623 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.92% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #95DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DDFD is #6A2202. Grayscale: #CACACA. Windows color (decimal): -6955523 or 16637333. OLE color: 16637333.

HSL color Cylindrical-coordinate representation of color #95DDFD: hue angle of 198.46º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95DDFD is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149221253-
CMYK0.410.1300.01
HSL198.46º96.3%78.82%-
HSV(B)198.46º41.11%99.22%-
XYZ55.9865.19102.56-
YUV203.12156.1589.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.92%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=23.92%
G=35.47%
B=40.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492212530.410.1300.01198.4696.378.82
Hex95DDFD29D01c6604f
Octal225335375511501306140117
Binary1001010111011101111111011010011101011100011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DDFD; }

 p { color: rgb(149,221,253); }

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

<style>
 a { background-color: #95DDFD; }

 a { background-color: rgb(149,221,253); }

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

<style>
 span { border-color: #95DDFD; }

 span { border-color: rgb(149,221,253); }

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