#93DFF4

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

Shades of Columbia Blue #93DFF4

Tints of Columbia Blue #93DFF4

Color information

#93DFF4 (or 0x93DFF4) is unknown color: approx Columbia Blue. HEX triplet: 93, DF and F4. RGB value is (147,223,244). Sum of RGB (Red+Green+Blue) = 147+223+244=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #93DFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DFF4 is #6C200B. Grayscale: #CACACA. Windows color (decimal): -7086092 or 16048019. OLE color: 16048019.

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

Color convert

RGB147223244-
CMYK0.400.0900.04
HSL192.99º81.51%76.67%-
HSV(B)192.99º39.75%95.69%-
XYZ54.7565.5195.35-
YUV202.67151.3288.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.94%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 244 (95.70% from 255) = 39.74%
R=23.94%
G=36.32%
B=39.74%

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
Decimal1472232440.400.0900.04192.9981.5176.67
Hex93DFF428904c1524d
Octal223337364501104301122115
Binary100100111101111111110100101000100101001100000110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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