#95DCFF

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

Shades of Columbia Blue #95DCFF

Tints of Columbia Blue #95DCFF

Color information

#95DCFF (or 0x95DCFF) is unknown color: approx Columbia Blue. HEX triplet: 95, DC and FF. RGB value is (149,220,255). Sum of RGB (Red+Green+Blue) = 149+220+255=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #95DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DCFF is #6A2300. Grayscale: #CACACA. Windows color (decimal): -6955777 or 16768149. OLE color: 16768149.

HSL color Cylindrical-coordinate representation of color #95DCFF: hue angle of 199.81º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95DCFF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149220255-
CMYK0.420.1400
HSL199.81º100%79.22%-
HSV(B)199.81º41.57%100%-
XYZ56.0464.8104.16-
YUV202.76157.4889.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.88%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 255 (100% from 255) = 40.87%
R=23.88%
G=35.26%
B=40.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492202550.420.1400199.8110079.22
Hex95DCFF2AE00c8644f
Octal225334377521600310144117
Binary1001010111011100111111111010101110001100100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,255); }

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

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

 a { background-color: rgb(149,220,255); }

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

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

 span { border-color: rgb(149,220,255); }

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