#95DAFD

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

Shades of Columbia Blue #95DAFD

Tints of Columbia Blue #95DAFD

Color information

#95DAFD (or 0x95DAFD) is unknown color: approx Columbia Blue. HEX triplet: 95, DA and FD. RGB value is (149,218,253). Sum of RGB (Red+Green+Blue) = 149+218+253=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #95DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DAFD is #6A2502. Grayscale: #C9C9C9. Windows color (decimal): -6956291 or 16636565. OLE color: 16636565.

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

Color convert

RGB149218253-
CMYK0.410.1400.01
HSL200.19º96.3%78.82%-
HSV(B)200.19º41.11%99.22%-
XYZ55.263.62102.3-
YUV201.36157.1490.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.03%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=24.03%
G=35.16%
B=40.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492182530.410.1400.01200.1996.378.82
Hex95DAFD29E01c8604f
Octal225332375511601310140117
Binary1001010111011010111111011010011110011100100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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