Html Css Color HEX #93DDF4 Columbia Blue

📋 copy color: '#93DDF4'

red 147 ◦ green 221 ◦ blue 244

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

Shades of Columbia Blue #93DDF4

Tints of Columbia Blue #93DDF4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.11%

 BLUE value IS 244 (95.7% from 255) = 39.87%

R = 24.02%
G = 36.11%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#93DDF4 (or 0x93DDF4) is known color: Columbia Blue. HEX triplet: 93, DD and F4. RGB value is (147,221,244). Sum of RGB (Red+Green+Blue) = 147+221+244=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #93DDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDF4 is #6C220B. Grayscale: #C9C9C9. Windows color (decimal): -7086604 or 16047507. OLE color: 16047507.

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

Color convert

RGB 147 221 244 -
CMYK 0.40 0.09 0 0.04
HSL 194.23º 0.82% 0.77% -
HSV(B) 194.23º 0.4% 0.96% -
XYZ 54.22 64.45 95.17 -
YUV 201.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 147 221 244 0.40 0.09 0 0.04 194.23 0.82 0.77
Hex 93 DD F4 28 9 0 4 C2 52 4D
Octal 223 335 364 50 11 0 4 302 122 115
Binary 10010011 11011101 11110100 101000 1001 0 100 11000010 1010010 1001101

Color Harmonies of #93DDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDF4

Black with #93DDF4

Text Example


Text Example

White with #93DDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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