#92D7FC

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

Shades of Columbia Blue #92D7FC

Tints of Columbia Blue #92D7FC

Color information

#92D7FC (or 0x92D7FC) is unknown color: approx Columbia Blue. HEX triplet: 92, D7 and FC. RGB value is (146,215,252). Sum of RGB (Red+Green+Blue) = 146+215+252=613 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.82% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #92D7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D7FC is #6D2803. Grayscale: #C6C6C6. Windows color (decimal): -7153668 or 16570258. OLE color: 16570258.

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

Color convert

RGB146215252-
CMYK0.420.1500.01
HSL200.94º94.64%78.04%-
HSV(B)200.94º42.06%98.82%-
XYZ53.7361.74101.18-
YUV198.59158.1490.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.82%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=23.82%
G=35.07%
B=41.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462152520.420.1500.01200.9494.6478.04
Hex92D7FC2AF01c95f4e
Octal222327374521701311137116
Binary1001001011010111111111001010101111011100100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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