#95DEFA

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

Shades of Columbia Blue #95DEFA

Tints of Columbia Blue #95DEFA

Color information

#95DEFA (or 0x95DEFA) is unknown color: approx Columbia Blue. HEX triplet: 95, DE and FA. RGB value is (149,222,250). Sum of RGB (Red+Green+Blue) = 149+222+250=621 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.99% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #95DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DEFA is #6A2105. Grayscale: #CBCBCB. Windows color (decimal): -6955270 or 16440981. OLE color: 16440981.

HSL color Cylindrical-coordinate representation of color #95DEFA: hue angle of 196.63º degrees, saturation: 0.91, 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 #95DEFA is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149222250-
CMYK0.400.1100.02
HSL196.63º90.99%78.24%-
HSV(B)196.63º40.4%98.04%-
XYZ55.7765.53100.15-
YUV203.36154.3289.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.99%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=23.99%
G=35.75%
B=40.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492222500.400.1100.02196.6390.9978.24
Hex95DEFA28B02c55b4e
Octal225336372501302305133116
Binary10010101110111101111101010100010110101100010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,222,250); }

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

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

 a { background-color: rgb(149,222,250); }

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

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

 span { border-color: rgb(149,222,250); }

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