Html Css Color HEX #93DEFF Columbia Blue

📋 copy color: '#93DEFF'

red 147 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #93DEFF

Tints of Columbia Blue #93DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.58%

 BLUE value IS 255 (100% from 255) = 40.87%

R = 23.56%
G = 35.58%
B = 40.87%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#93DEFF (or 0x93DEFF) is known color: Columbia Blue. HEX triplet: 93, DE and FF. RGB value is (147,222,255). Sum of RGB (Red+Green+Blue) = 147+222+255=624 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.56% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #93DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DEFF is #6C2100. Grayscale: #CBCBCB. Windows color (decimal): -7086337 or 16768659. OLE color: 16768659.

HSL color Cylindrical-coordinate representation of color #93DEFF: hue angle of 198.33º 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 #93DEFF is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 147 222 255 -
CMYK 0.42 0.13 0 0
HSL 198.33º 1% 0.79% -
HSV(B) 198.33º 0.42% 1% -
XYZ 56.2 65.67 104.32 -
YUV 203.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 147 222 255 0.42 0.13 0 0 198.33 1 0.79
Hex 93 DE FF 2A D 0 0 C6 64 4F
Octal 223 336 377 52 15 0 0 306 144 117
Binary 10010011 11011110 11111111 101010 1101 0 0 11000110 1100100 1001111

Color Harmonies of #93DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DEFF

Black with #93DEFF

Text Example


Text Example

White with #93DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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