Html Css Color HEX #93EAFF Columbia Blue

📋 copy color: '#93EAFF'

red 147 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #93EAFF

Tints of Columbia Blue #93EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.79%

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

R = 23.11%
G = 36.79%
B = 40.09%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#93EAFF (or 0x93EAFF) is known color: Columbia Blue. HEX triplet: 93, EA and FF. RGB value is (147,234,255). Sum of RGB (Red+Green+Blue) = 147+234+255=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #93EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAFF is #6C1500. Grayscale: #D2D2D2. Windows color (decimal): -7083265 or 16771731. OLE color: 16771731.

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

Color convert

RGB 147 234 255 -
CMYK 0.42 0.08 0 0
HSL 191.67º 1% 0.79% -
HSV(B) 191.67º 0.42% 1% -
XYZ 59.51 72.27 105.42 -
YUV 210.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 147 234 255 0.42 0.08 0 0 191.67 1 0.79
Hex 93 EA FF 2A 8 0 0 C0 64 4F
Octal 223 352 377 52 10 0 0 300 144 117
Binary 10010011 11101010 11111111 101010 1000 0 0 11000000 1100100 1001111

Color Harmonies of #93EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EAFF

Black with #93EAFF

Text Example


Text Example

White with #93EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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