Html Css Color HEX #93EEFE Columbia Blue

📋 copy color: '#93EEFE'

red 147 ◦ green 238 ◦ blue 254

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

Shades of Columbia Blue #93EEFE

Tints of Columbia Blue #93EEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 23%
G = 37.25%
B = 39.75%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93EEFE (or 0x93EEFE) is known color: Columbia Blue. HEX triplet: 93, EE and FE. RGB value is (147,238,254). Sum of RGB (Red+Green+Blue) = 147+238+254=639 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.00% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #93EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEFE is #6C1101. Grayscale: #D4D4D4. Windows color (decimal): -7082242 or 16707219. OLE color: 16707219.

HSL color Cylindrical-coordinate representation of color #93EEFE: hue angle of 188.97º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93EEFE is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 238 254 -
CMYK 0.42 0.06 0 0.00
HSL 188.97º 0.98% 0.79% -
HSV(B) 188.97º 0.42% 1% -
XYZ 60.5 74.51 104.96 -
YUV 212.62 151.35 81.2 -
System Red Green Blue C M Y K H S L
Decimal 147 238 254 0.42 0.06 0 0.00 188.97 0.98 0.79
Hex 93 EE FE 2A 6 0 0 BD 62 4F
Octal 223 356 376 52 6 0 0 275 142 117
Binary 10010011 11101110 11111110 101010 110 0 0 10111101 1100010 1001111

Color Harmonies of #93EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EEFE

Black with #93EEFE

Text Example


Text Example

White with #93EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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