Html Css Color HEX #93DBF6 Columbia Blue

📋 copy color: '#93DBF6'

red 147 ◦ green 219 ◦ blue 246

#93DBF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #93DBF6

Tints of Columbia Blue #93DBF6

RGB

 RED value IS 147 (57.81% from 255) = 24.02%

 GREEN value IS 219 (85.94% from 255) = 35.78%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 24.02%
G = 35.78%
B = 40.2%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#93DBF6 (or 0x93DBF6) is known color: Columbia Blue. HEX triplet: 93, DB and F6. RGB value is (147,219,246). Sum of RGB (Red+Green+Blue) = 147+219+246=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #93DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBF6 is #6C2409. Grayscale: #C8C8C8. Windows color (decimal): -7087114 or 16178067. OLE color: 16178067.

HSL color Cylindrical-coordinate representation of color #93DBF6: hue angle of 196.36º degrees, saturation: 0.85, 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 #93DBF6 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 219 246 -
CMYK 0.40 0.11 0 0.04
HSL 196.36º 0.85% 0.77% -
HSV(B) 196.36º 0.4% 0.96% -
XYZ 54 63.52 96.6 -
YUV 200.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 147 219 246 0.40 0.11 0 0.04 196.36 0.85 0.77
Hex 93 DB F6 28 B 0 4 C4 55 4D
Octal 223 333 366 50 13 0 4 304 125 115
Binary 10010011 11011011 11110110 101000 1011 0 100 11000100 1010101 1001101

Color Harmonies of #93DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBF6

Black with #93DBF6

Text Example


Text Example

White with #93DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93DBF6;
 }
 .AnyTagClassName
 {
   color: #93DBF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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