#95d2ff

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

Shades of Columbia Blue #95D2FF

Tints of Columbia Blue #95D2FF

Color information

#95D2FF (or 0x95D2FF) is unknown color: approx Columbia Blue. HEX triplet: 95, D2 and FF. RGB value is (149,210,255). Sum of RGB (Red+Green+Blue) = 149+210+255=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #95D2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D2FF is #6A2D00. Grayscale: #C4C4C4. Windows color (decimal): -6958337 or 16765589. OLE color: 16765589.

HSL color Cylindrical-coordinate representation of color #95D2FF: hue angle of 205.47º 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 #95D2FF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149210255-
CMYK0.420.1800
HSL205.47º100%79.22%-
HSV(B)205.47º41.57%100%-
XYZ53.4959.7103.31-
YUV196.89160.7993.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.27%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 255 (100% from 255) = 41.53%
R=24.27%
G=34.20%
B=41.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492102550.420.1800205.4710079.22
Hex95D2FF2A1200cd644f
Octal225322377522200315144117
Binary10010101110100101111111110101010010001100110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95d2ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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