Html Css Color HEX #93E7FD Columbia Blue

📋 copy color: '#93E7FD'

red 147 ◦ green 231 ◦ blue 253

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

Shades of Columbia Blue #93E7FD

Tints of Columbia Blue #93E7FD

RGB

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

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

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

R = 23.3%
G = 36.61%
B = 40.1%

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

#93E7FD (or 0x93E7FD) is known color: Columbia Blue. HEX triplet: 93, E7 and FD. RGB value is (147,231,253). Sum of RGB (Red+Green+Blue) = 147+231+253=631 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.30% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #93E7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E7FD is #6C1802. Grayscale: #D0D0D0. Windows color (decimal): -7084035 or 16639891. OLE color: 16639891.

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

Color convert

RGB 147 231 253 -
CMYK 0.42 0.09 0 0.01
HSL 192.45º 0.96% 0.78% -
HSV(B) 192.45º 0.42% 0.99% -
XYZ 58.34 70.45 103.45 -
YUV 208.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 147 231 253 0.42 0.09 0 0.01 192.45 0.96 0.78
Hex 93 E7 FD 2A 9 0 1 C0 60 4E
Octal 223 347 375 52 11 0 1 300 140 116
Binary 10010011 11100111 11111101 101010 1001 0 1 11000000 1100000 1001110

Color Harmonies of #93E7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E7FD

Black with #93E7FD

Text Example


Text Example

White with #93E7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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