#95D4FF

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

Shades of Columbia Blue #95D4FF

Tints of Columbia Blue #95D4FF

Color information

#95D4FF (or 0x95D4FF) is unknown color: approx Columbia Blue. HEX triplet: 95, D4 and FF. RGB value is (149,212,255). Sum of RGB (Red+Green+Blue) = 149+212+255=616 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.19% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #95D4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D4FF is #6A2B00. Grayscale: #C5C5C5. Windows color (decimal): -6957825 or 16766101. OLE color: 16766101.

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

Color convert

RGB149212255-
CMYK0.420.1700
HSL204.34º100%79.22%-
HSV(B)204.34º41.57%100%-
XYZ53.9960.7103.48-
YUV198.06160.1393-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.19%
GREEN value IS 212 (83.20% from 255) = 34.42%
BLUE value IS 255 (100% from 255) = 41.40%
R=24.19%
G=34.42%
B=41.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492122550.420.1700204.3410079.22
Hex95D4FF2A1100cc644f
Octal225324377522100314144117
Binary10010101110101001111111110101010001001100110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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