Html Css Color HEX #93E6FD Columbia Blue

📋 copy color: '#93E6FD'

red 147 ◦ green 230 ◦ blue 253

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

Shades of Columbia Blue #93E6FD

Tints of Columbia Blue #93E6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 23.33%
G = 36.51%
B = 40.16%

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

#93E6FD (or 0x93E6FD) is known color: Columbia Blue. HEX triplet: 93, E6 and FD. RGB value is (147,230,253). Sum of RGB (Red+Green+Blue) = 147+230+253=630 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.33% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #93E6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E6FD is #6C1902. Grayscale: #CFCFCF. Windows color (decimal): -7084291 or 16639635. OLE color: 16639635.

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

Color convert

RGB 147 230 253 -
CMYK 0.42 0.09 0 0.01
HSL 193.02º 0.96% 0.78% -
HSV(B) 193.02º 0.42% 0.99% -
XYZ 58.06 69.89 103.36 -
YUV 207.81 153.5 84.63 -
System Red Green Blue C M Y K H S L
Decimal 147 230 253 0.42 0.09 0 0.01 193.02 0.96 0.78
Hex 93 E6 FD 2A 9 0 1 C1 60 4E
Octal 223 346 375 52 11 0 1 301 140 116
Binary 10010011 11100110 11111101 101010 1001 0 1 11000001 1100000 1001110

Color Harmonies of #93E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E6FD

Black with #93E6FD

Text Example


Text Example

White with #93E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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