Html Css Color HEX #93E7FC Columbia Blue

📋 copy color: '#93E7FC'

red 147 ◦ green 231 ◦ blue 252

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

Shades of Columbia Blue #93E7FC

Tints of Columbia Blue #93E7FC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.67%

 BLUE value IS 252 (98.83% from 255) = 40%

R = 23.33%
G = 36.67%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93E7FC (or 0x93E7FC) is known color: Columbia Blue. HEX triplet: 93, E7 and FC. RGB value is (147,231,252). Sum of RGB (Red+Green+Blue) = 147+231+252=630 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.33% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #93E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E7FC is #6C1803. Grayscale: #D0D0D0. Windows color (decimal): -7084036 or 16574355. OLE color: 16574355.

HSL color Cylindrical-coordinate representation of color #93E7FC: hue angle of 192º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93E7FC is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 231 252 -
CMYK 0.42 0.08 0 0.01
HSL 192º 0.95% 0.78% -
HSV(B) 192º 0.42% 0.99% -
XYZ 58.18 70.38 102.61 -
YUV 208.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 147 231 252 0.42 0.08 0 0.01 192 0.95 0.78
Hex 93 E7 FC 2A 8 0 1 C0 5F 4E
Octal 223 347 374 52 10 0 1 300 137 116
Binary 10010011 11100111 11111100 101010 1000 0 1 11000000 1011111 1001110

Color Harmonies of #93E7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E7FC

Black with #93E7FC

Text Example


Text Example

White with #93E7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,231,252); }

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

background-color css

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

 a { background-color: rgb(147,231,252); }

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

border-color css

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

 span { border-color: rgb(147,231,252); }

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