#92D6FA

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

Shades of Columbia Blue #92D6FA

Tints of Columbia Blue #92D6FA

Color information

#92D6FA (or 0x92D6FA) is unknown color: approx Columbia Blue. HEX triplet: 92, D6 and FA. RGB value is (146,214,250). Sum of RGB (Red+Green+Blue) = 146+214+250=610 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.93% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #92D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D6FA is #6D2905. Grayscale: #C5C5C5. Windows color (decimal): -7153926 or 16438930. OLE color: 16438930.

HSL color Cylindrical-coordinate representation of color #92D6FA: hue angle of 200.77º degrees, saturation: 0.91, 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 #92D6FA is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146214250-
CMYK0.420.1400.02
HSL200.77º91.23%77.65%-
HSV(B)200.77º41.6%98.04%-
XYZ53.1661.1199.44-
YUV197.77157.4791.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.93%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=23.93%
G=35.08%
B=40.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462142500.420.1400.02200.7791.2377.65
Hex92D6FA2AE02c95b4e
Octal222326372521602311133116
Binary10010010110101101111101010101011100101100100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,214,250); }

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

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

 a { background-color: rgb(146,214,250); }

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

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

 span { border-color: rgb(146,214,250); }

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