Html Css Color HEX #93DCF2 Columbia Blue

📋 copy color: '#93DCF2'

red 147 ◦ green 220 ◦ blue 242

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

Shades of Columbia Blue #93DCF2

Tints of Columbia Blue #93DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.12%

 BLUE value IS 242 (94.92% from 255) = 39.74%

R = 24.14%
G = 36.12%
B = 39.74%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93DCF2 (or 0x93DCF2) is known color: Columbia Blue. HEX triplet: 93, DC and F2. RGB value is (147,220,242). Sum of RGB (Red+Green+Blue) = 147+220+242=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #93DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DCF2 is #6C230D. Grayscale: #C8C8C8. Windows color (decimal): -7086862 or 15916179. OLE color: 15916179.

HSL color Cylindrical-coordinate representation of color #93DCF2: hue angle of 193.89º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93DCF2 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 220 242 -
CMYK 0.39 0.09 0 0.05
HSL 193.89º 0.79% 0.76% -
HSV(B) 193.89º 0.39% 0.95% -
XYZ 53.65 63.8 93.49 -
YUV 200.68 151.32 89.71 -
System Red Green Blue C M Y K H S L
Decimal 147 220 242 0.39 0.09 0 0.05 193.89 0.79 0.76
Hex 93 DC F2 27 9 0 5 C2 4F 4C
Octal 223 334 362 47 11 0 5 302 117 114
Binary 10010011 11011100 11110010 100111 1001 0 101 11000010 1001111 1001100

Color Harmonies of #93DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCF2

Black with #93DCF2

Text Example


Text Example

White with #93DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,242); }

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

background-color css

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

 a { background-color: rgb(147,220,242); }

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

border-color css

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

 span { border-color: rgb(147,220,242); }

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