#92DFF4

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

Shades of Columbia Blue #92DFF4

Tints of Columbia Blue #92DFF4

Color information

#92DFF4 (or 0x92DFF4) is unknown color: approx Columbia Blue. HEX triplet: 92, DF and F4. RGB value is (146,223,244). Sum of RGB (Red+Green+Blue) = 146+223+244=613 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.82% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #92DFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DFF4 is #6D200B. Grayscale: #CACACA. Windows color (decimal): -7151628 or 16048018. OLE color: 16048018.

HSL color Cylindrical-coordinate representation of color #92DFF4: hue angle of 192.86º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92DFF4 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146223244-
CMYK0.400.0900.04
HSL192.86º81.67%76.47%-
HSV(B)192.86º40.16%95.69%-
XYZ54.5765.4295.34-
YUV202.37151.4987.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.82%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 244 (95.70% from 255) = 39.80%
R=23.82%
G=36.38%
B=39.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462232440.400.0900.04192.8681.6776.47
Hex92DFF428904c1524c
Octal222337364501104301122114
Binary100100101101111111110100101000100101001100000110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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