#92DFFF

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

Shades of Columbia Blue #92DFFF

Tints of Columbia Blue #92DFFF

Color information

#92DFFF (or 0x92DFFF) is unknown color: approx Columbia Blue. HEX triplet: 92, DF and FF. RGB value is (146,223,255). Sum of RGB (Red+Green+Blue) = 146+223+255=624 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.40% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #92DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DFFF is #6D2000. Grayscale: #CBCBCB. Windows color (decimal): -7151617 or 16768914. OLE color: 16768914.

HSL color Cylindrical-coordinate representation of color #92DFFF: hue angle of 197.61º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92DFFF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146223255-
CMYK0.430.1300
HSL197.61º100%78.63%-
HSV(B)197.61º42.75%100%-
XYZ56.2966.11104.4-
YUV203.62156.9986.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.40%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 255 (100% from 255) = 40.87%
R=23.40%
G=35.74%
B=40.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462232550.430.1300197.6110078.63
Hex92DFFF2BD00c6644f
Octal222337377531500306144117
Binary1001001011011111111111111010111101001100011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,223,255); }

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

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

 a { background-color: rgb(146,223,255); }

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

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

 span { border-color: rgb(146,223,255); }

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