#92D6F9

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

Shades of Columbia Blue #92D6F9

Tints of Columbia Blue #92D6F9

Color information

#92D6F9 (or 0x92D6F9) is unknown color: approx Columbia Blue. HEX triplet: 92, D6 and F9. RGB value is (146,214,249). Sum of RGB (Red+Green+Blue) = 146+214+249=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #92D6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D6F9 is #6D2906. Grayscale: #C5C5C5. Windows color (decimal): -7153927 or 16373394. OLE color: 16373394.

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

Color convert

RGB146214249-
CMYK0.410.1400.02
HSL200.39º89.57%77.45%-
HSV(B)200.39º41.37%97.65%-
XYZ5361.0498.61-
YUV197.66156.9791.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.97%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=23.97%
G=35.14%
B=40.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462142490.410.1400.02200.3989.5777.45
Hex92D6F929E02c85a4d
Octal222326371511602310132115
Binary10010010110101101111100110100111100101100100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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