#95D9F9

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

Shades of Columbia Blue #95D9F9

Tints of Columbia Blue #95D9F9

Color information

#95D9F9 (or 0x95D9F9) is unknown color: approx Columbia Blue. HEX triplet: 95, D9 and F9. RGB value is (149,217,249). Sum of RGB (Red+Green+Blue) = 149+217+249=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #95D9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D9F9 is #6A2606. Grayscale: #C8C8C8. Windows color (decimal): -6956551 or 16374165. OLE color: 16374165.

HSL color Cylindrical-coordinate representation of color #95D9F9: hue angle of 199.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95D9F9 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149217249-
CMYK0.400.1300.02
HSL199.2º89.29%78.04%-
HSV(B)199.2º40.16%97.65%-
XYZ54.3162.8598.89-
YUV200.32155.4791.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.23%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=24.23%
G=35.28%
B=40.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492172490.400.1300.02199.289.2978.04
Hex95D9F928D02c7594e
Octal225331371501502307131116
Binary10010101110110011111100110100011010101100011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,249); }

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

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

 a { background-color: rgb(149,217,249); }

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

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

 span { border-color: rgb(149,217,249); }

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