Html Css Color HEX #93E6FC Columbia Blue

📋 copy color: '#93E6FC'

red 147 ◦ green 230 ◦ blue 252

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

Shades of Columbia Blue #93E6FC

Tints of Columbia Blue #93E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.57%

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

R = 23.37%
G = 36.57%
B = 40.06%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93E6FC (or 0x93E6FC) is known color: Columbia Blue. HEX triplet: 93, E6 and FC. RGB value is (147,230,252). Sum of RGB (Red+Green+Blue) = 147+230+252=629 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.37% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #93E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E6FC is #6C1903. Grayscale: #CFCFCF. Windows color (decimal): -7084292 or 16574099. OLE color: 16574099.

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

Color convert

RGB 147 230 252 -
CMYK 0.42 0.09 0 0.01
HSL 192.57º 0.95% 0.78% -
HSV(B) 192.57º 0.42% 0.99% -
XYZ 57.9 69.82 102.52 -
YUV 207.69 153 84.71 -
System Red Green Blue C M Y K H S L
Decimal 147 230 252 0.42 0.09 0 0.01 192.57 0.95 0.78
Hex 93 E6 FC 2A 9 0 1 C1 5F 4E
Octal 223 346 374 52 11 0 1 301 137 116
Binary 10010011 11100110 11111100 101010 1001 0 1 11000001 1011111 1001110

Color Harmonies of #93E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E6FC

Black with #93E6FC

Text Example


Text Example

White with #93E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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