#95E6FB

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

Shades of Columbia Blue #95E6FB

Tints of Columbia Blue #95E6FB

Color information

#95E6FB (or 0x95E6FB) is unknown color: approx Columbia Blue. HEX triplet: 95, E6 and FB. RGB value is (149,230,251). Sum of RGB (Red+Green+Blue) = 149+230+251=630 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.65% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #95E6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E6FB is #6A1904. Grayscale: #D0D0D0. Windows color (decimal): -6953221 or 16508565. OLE color: 16508565.

HSL color Cylindrical-coordinate representation of color #95E6FB: hue angle of 192.35º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E6FB is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149230251-
CMYK0.410.0800.02
HSL192.35º92.73%78.43%-
HSV(B)192.35º40.64%98.43%-
XYZ58.169.95101.71-
YUV208.18152.1685.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.65%
GREEN value IS 230 (90.23% from 255) = 36.51%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=23.65%
G=36.51%
B=39.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492302510.410.0800.02192.3592.7378.43
Hex95E6FB29802c05d4e
Octal225346373511002300135116
Binary10010101111001101111101110100110000101100000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,230,251); }

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

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

 a { background-color: rgb(149,230,251); }

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

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

 span { border-color: rgb(149,230,251); }

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