#93DBFE

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

Shades of Columbia Blue #93DBFE

Tints of Columbia Blue #93DBFE

Color information

#93DBFE (or 0x93DBFE) is unknown color: approx Columbia Blue. HEX triplet: 93, DB and FE. RGB value is (147,219,254). Sum of RGB (Red+Green+Blue) = 147+219+254=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #93DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBFE is #6C2401. Grayscale: #C9C9C9. Windows color (decimal): -7087106 or 16702355. OLE color: 16702355.

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

Color convert

RGB147219254-
CMYK0.420.1400.00
HSL199.63º98.17%78.63%-
HSV(B)199.63º42.13%99.61%-
XYZ55.2564.02103.21-
YUV201.46157.6589.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.71%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=23.71%
G=35.32%
B=40.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472192540.420.1400.00199.6398.1778.63
Hex93DBFE2AE00c8624f
Octal223333376521600310142117
Binary1001001111011011111111101010101110001100100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,219,254); }

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

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

 a { background-color: rgb(147,219,254); }

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

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

 span { border-color: rgb(147,219,254); }

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