#92ECFC

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

Shades of Columbia Blue #92ECFC

Tints of Columbia Blue #92ECFC

Color information

#92ECFC (or 0x92ECFC) is unknown color: approx Columbia Blue. HEX triplet: 92, EC and FC. RGB value is (146,236,252). Sum of RGB (Red+Green+Blue) = 146+236+252=634 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.03% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #92ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92ECFC is #6D1303. Grayscale: #D2D2D2. Windows color (decimal): -7148292 or 16575634. OLE color: 16575634.

HSL color Cylindrical-coordinate representation of color #92ECFC: hue angle of 189.06º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92ECFC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146236252-
CMYK0.420.0600.01
HSL189.06º94.64%78.04%-
HSV(B)189.06º42.06%98.82%-
XYZ59.4273.13103.08-
YUV210.91151.1881.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.03%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=23.03%
G=37.22%
B=39.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462362520.420.0600.01189.0694.6478.04
Hex92ECFC2A601bd5f4e
Octal22235437452601275137116
Binary100100101110110011111100101010110011011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92ECFC; }

 p { color: rgb(146,236,252); }

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

<style>
 a { background-color: #92ECFC; }

 a { background-color: rgb(146,236,252); }

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

<style>
 span { border-color: #92ECFC; }

 span { border-color: rgb(146,236,252); }

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