#95EEFF

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

Shades of Columbia Blue #95EEFF

Tints of Columbia Blue #95EEFF

Color information

#95EEFF (or 0x95EEFF) is unknown color: approx Columbia Blue. HEX triplet: 95, EE and FF. RGB value is (149,238,255). Sum of RGB (Red+Green+Blue) = 149+238+255=642 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.21% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #95EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EEFF is #6A1100. Grayscale: #D5D5D5. Windows color (decimal): -6951169 or 16772757. OLE color: 16772757.

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

Color convert

RGB149238255-
CMYK0.420.0700
HSL189.62º100%79.22%-
HSV(B)189.62º41.57%100%-
XYZ61.0274.76105.82-
YUV213.33151.5182.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.21%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 255 (100% from 255) = 39.72%
R=23.21%
G=37.07%
B=39.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492382550.420.0700189.6210079.22
Hex95EEFF2A700be644f
Octal22535637752700276144117
Binary100101011110111011111111101010111001011111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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