Html Css Color HEX #93EEFF Columbia Blue

📋 copy color: '#93EEFF'

red 147 ◦ green 238 ◦ blue 255

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

Shades of Columbia Blue #93EEFF

Tints of Columbia Blue #93EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.19%

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

R = 22.97%
G = 37.19%
B = 39.84%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#93EEFF (or 0x93EEFF) is known color: Columbia Blue. HEX triplet: 93, EE and FF. RGB value is (147,238,255). Sum of RGB (Red+Green+Blue) = 147+238+255=640 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.97% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #93EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEFF is #6C1100. Grayscale: #D4D4D4. Windows color (decimal): -7082241 or 16772755. OLE color: 16772755.

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

Color convert

RGB 147 238 255 -
CMYK 0.42 0.07 0 0
HSL 189.44º 1% 0.79% -
HSV(B) 189.44º 0.42% 1% -
XYZ 60.66 74.57 105.8 -
YUV 212.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 147 238 255 0.42 0.07 0 0 189.44 1 0.79
Hex 93 EE FF 2A 7 0 0 BD 64 4F
Octal 223 356 377 52 7 0 0 275 144 117
Binary 10010011 11101110 11111111 101010 111 0 0 10111101 1100100 1001111

Color Harmonies of #93EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EEFF

Black with #93EEFF

Text Example


Text Example

White with #93EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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