Html Css Color HEX #93D8FD Columbia Blue

📋 copy color: '#93D8FD'

red 147 ◦ green 216 ◦ blue 253

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

Shades of Columbia Blue #93D8FD

Tints of Columbia Blue #93D8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.06%

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

R = 23.86%
G = 35.06%
B = 41.07%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93D8FD (or 0x93D8FD) is known color: Columbia Blue. HEX triplet: 93, D8 and FD. RGB value is (147,216,253). Sum of RGB (Red+Green+Blue) = 147+216+253=616 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.86% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #93D8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D8FD is #6C2702. Grayscale: #C7C7C7. Windows color (decimal): -7087875 or 16636051. OLE color: 16636051.

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

Color convert

RGB 147 216 253 -
CMYK 0.42 0.15 0 0.01
HSL 200.94º 0.96% 0.78% -
HSV(B) 200.94º 0.42% 0.99% -
XYZ 54.32 62.41 102.11 -
YUV 199.59 158.14 90.49 -
System Red Green Blue C M Y K H S L
Decimal 147 216 253 0.42 0.15 0 0.01 200.94 0.96 0.78
Hex 93 D8 FD 2A F 0 1 C9 60 4E
Octal 223 330 375 52 17 0 1 311 140 116
Binary 10010011 11011000 11111101 101010 1111 0 1 11001001 1100000 1001110

Color Harmonies of #93D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D8FD

Black with #93D8FD

Text Example


Text Example

White with #93D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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