#95EAFF

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

Shades of Columbia Blue #95EAFF

Tints of Columbia Blue #95EAFF

Color information

#95EAFF (or 0x95EAFF) is unknown color: approx Columbia Blue. HEX triplet: 95, EA and FF. RGB value is (149,234,255). Sum of RGB (Red+Green+Blue) = 149+234+255=638 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.35% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #95EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAFF is #6A1500. Grayscale: #D2D2D2. Windows color (decimal): -6952193 or 16771733. OLE color: 16771733.

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

Color convert

RGB149234255-
CMYK0.420.0800
HSL191.89º100%79.22%-
HSV(B)191.89º41.57%100%-
XYZ59.8772.46105.44-
YUV210.98152.8483.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.35%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 255 (100% from 255) = 39.97%
R=23.35%
G=36.68%
B=39.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492342550.420.0800191.8910079.22
Hex95EAFF2A800c0644f
Octal225352377521000300144117
Binary1001010111101010111111111010101000001100000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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