#92DEFC

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

Shades of Columbia Blue #92DEFC

Tints of Columbia Blue #92DEFC

Color information

#92DEFC (or 0x92DEFC) is unknown color: approx Columbia Blue. HEX triplet: 92, DE and FC. RGB value is (146,222,252). Sum of RGB (Red+Green+Blue) = 146+222+252=620 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.55% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #92DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DEFC is #6D2103. Grayscale: #CACACA. Windows color (decimal): -7151876 or 16572050. OLE color: 16572050.

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

Color convert

RGB146222252-
CMYK0.420.1200.01
HSL196.98º94.64%78.04%-
HSV(B)196.98º42.06%98.82%-
XYZ55.5565.38101.79-
YUV202.7155.8287.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.55%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=23.55%
G=35.81%
B=40.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462222520.420.1200.01196.9894.6478.04
Hex92DEFC2AC01c55f4e
Octal222336374521401305137116
Binary1001001011011110111111001010101100011100010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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