#92E5FD

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

Shades of Columbia Blue #92E5FD

Tints of Columbia Blue #92E5FD

Color information

#92E5FD (or 0x92E5FD) is unknown color: approx Columbia Blue. HEX triplet: 92, E5 and FD. RGB value is (146,229,253). Sum of RGB (Red+Green+Blue) = 146+229+253=628 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.25% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #92E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E5FD is #6D1A02. Grayscale: #CECECE. Windows color (decimal): -7150083 or 16639378. OLE color: 16639378.

HSL color Cylindrical-coordinate representation of color #92E5FD: hue angle of 193.46º degrees, saturation: 0.96, 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 #92E5FD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146229253-
CMYK0.420.0900.01
HSL193.46º96.4%78.24%-
HSV(B)193.46º42.29%99.22%-
XYZ57.669.24103.26-
YUV206.9215484.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.25%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=23.25%
G=36.46%
B=40.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462292530.420.0900.01193.4696.478.24
Hex92E5FD2A901c1604e
Octal222345375521101301140116
Binary1001001011100101111111011010101001011100000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,229,253); }

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

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

 a { background-color: rgb(146,229,253); }

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

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

 span { border-color: rgb(146,229,253); }

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