#92DDFA

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

Shades of Columbia Blue #92DDFA

Tints of Columbia Blue #92DDFA

Color information

#92DDFA (or 0x92DDFA) is unknown color: approx Columbia Blue. HEX triplet: 92, DD and FA. RGB value is (146,221,250). Sum of RGB (Red+Green+Blue) = 146+221+250=617 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.66% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #92DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DDFA is #6D2205. Grayscale: #C9C9C9. Windows color (decimal): -7152134 or 16440722. OLE color: 16440722.

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

Color convert

RGB146221250-
CMYK0.420.1200.02
HSL196.73º91.23%77.65%-
HSV(B)196.73º41.6%98.04%-
XYZ54.9764.73100.04-
YUV201.88155.1588.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.66%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=23.66%
G=35.82%
B=40.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462212500.420.1200.02196.7391.2377.65
Hex92DDFA2AC02c55b4e
Octal222335372521402305133116
Binary10010010110111011111101010101011000101100010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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