#92E0FE

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

Shades of Columbia Blue #92E0FE

Tints of Columbia Blue #92E0FE

Color information

#92E0FE (or 0x92E0FE) is unknown color: approx Columbia Blue. HEX triplet: 92, E0 and FE. RGB value is (146,224,254). Sum of RGB (Red+Green+Blue) = 146+224+254=624 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.40% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #92E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E0FE is #6D1F01. Grayscale: #CBCBCB. Windows color (decimal): -7151362 or 16703634. OLE color: 16703634.

HSL color Cylindrical-coordinate representation of color #92E0FE: hue angle of 196.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92E0FE is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB146224254-
CMYK0.430.1200.00
HSL196.67º98.18%78.43%-
HSV(B)196.67º42.52%99.61%-
XYZ56.466.58103.64-
YUV204.1156.1686.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.40%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=23.40%
G=35.90%
B=40.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462242540.430.1200.00196.6798.1878.43
Hex92E0FE2BC00c5624e
Octal222340376531400305142116
Binary1001001011100000111111101010111100001100010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,224,254); }

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

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

 a { background-color: rgb(146,224,254); }

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

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

 span { border-color: rgb(146,224,254); }

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