#95DFFD

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

Shades of Columbia Blue #95DFFD

Tints of Columbia Blue #95DFFD

Color information

#95DFFD (or 0x95DFFD) is unknown color: approx Columbia Blue. HEX triplet: 95, DF and FD. RGB value is (149,223,253). Sum of RGB (Red+Green+Blue) = 149+223+253=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #95DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DFFD is #6A2002. Grayscale: #CCCCCC. Windows color (decimal): -6955011 or 16637845. OLE color: 16637845.

HSL color Cylindrical-coordinate representation of color #95DFFD: hue angle of 197.31º 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 #95DFFD is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149223253-
CMYK0.410.1200.01
HSL197.31º96.3%78.82%-
HSV(B)197.31º41.11%99.22%-
XYZ56.5166.26102.74-
YUV204.29155.4888.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.84%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=23.84%
G=35.68%
B=40.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492232530.410.1200.01197.3196.378.82
Hex95DFFD29C01c5604f
Octal225337375511401305140117
Binary1001010111011111111111011010011100011100010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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