#93DFFF

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

Shades of Columbia Blue #93DFFF

Tints of Columbia Blue #93DFFF

Color information

#93DFFF (or 0x93DFFF) is unknown color: approx Columbia Blue. HEX triplet: 93, DF and FF. RGB value is (147,223,255). Sum of RGB (Red+Green+Blue) = 147+223+255=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #93DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DFFF is #6C2000. Grayscale: #CBCBCB. Windows color (decimal): -7086081 or 16768915. OLE color: 16768915.

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

Color convert

RGB147223255-
CMYK0.420.1300
HSL197.78º100%78.82%-
HSV(B)197.78º42.35%100%-
XYZ56.4766.2104.41-
YUV203.92156.8287.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.52%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 255 (100% from 255) = 40.8%
R=23.52%
G=35.68%
B=40.8%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472232550.420.1300197.7810078.82
Hex93DFFF2AD00c6644f
Octal223337377521500306144117
Binary1001001111011111111111111010101101001100011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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