#92DEF9

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

Shades of Columbia Blue #92DEF9

Tints of Columbia Blue #92DEF9

Color information

#92DEF9 (or 0x92DEF9) is unknown color: approx Columbia Blue. HEX triplet: 92, DE and F9. RGB value is (146,222,249). Sum of RGB (Red+Green+Blue) = 146+222+249=617 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.66% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #92DEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DEF9 is #6D2106. Grayscale: #CACACA. Windows color (decimal): -7151879 or 16375442. OLE color: 16375442.

HSL color Cylindrical-coordinate representation of color #92DEF9: hue angle of 195.73º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92DEF9 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146222249-
CMYK0.410.1100.02
HSL195.73º89.57%77.45%-
HSV(B)195.73º41.37%97.65%-
XYZ55.0765.1999.3-
YUV202.35154.3287.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.66%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 249 (97.66% from 255) = 40.36%
R=23.66%
G=35.98%
B=40.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462222490.410.1100.02195.7389.5777.45
Hex92DEF929B02c45a4d
Octal222336371511302304132115
Binary10010010110111101111100110100110110101100010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,222,249); }

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

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

 a { background-color: rgb(146,222,249); }

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

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

 span { border-color: rgb(146,222,249); }

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