#92E4FB

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

Shades of Columbia Blue #92E4FB

Tints of Columbia Blue #92E4FB

Color information

#92E4FB (or 0x92E4FB) is unknown color: approx Columbia Blue. HEX triplet: 92, E4 and FB. RGB value is (146,228,251). Sum of RGB (Red+Green+Blue) = 146+228+251=625 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.36% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #92E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E4FB is #6D1B04. Grayscale: #CDCDCD. Windows color (decimal): -7150341 or 16508050. OLE color: 16508050.

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

Color convert

RGB146228251-
CMYK0.420.0900.02
HSL193.14º92.92%77.84%-
HSV(B)193.14º41.83%98.43%-
XYZ57.0168.56101.5-
YUV206.1153.3385.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.36%
GREEN value IS 228 (89.45% from 255) = 36.48%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=23.36%
G=36.48%
B=40.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462282510.420.0900.02193.1492.9277.84
Hex92E4FB2A902c15d4e
Octal222344373521102301135116
Binary10010010111001001111101110101010010101100000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,228,251); }

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

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

 a { background-color: rgb(146,228,251); }

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

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

 span { border-color: rgb(146,228,251); }

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