Html Css Color HEX #93DEFD Columbia Blue

📋 copy color: '#93DEFD'

red 147 ◦ green 222 ◦ blue 253

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

Shades of Columbia Blue #93DEFD

Tints of Columbia Blue #93DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.69%

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

R = 23.63%
G = 35.69%
B = 40.68%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93DEFD (or 0x93DEFD) is known color: Columbia Blue. HEX triplet: 93, DE and FD. RGB value is (147,222,253). Sum of RGB (Red+Green+Blue) = 147+222+253=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #93DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DEFD is #6C2102. Grayscale: #CACACA. Windows color (decimal): -7086339 or 16637587. OLE color: 16637587.

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

Color convert

RGB 147 222 253 -
CMYK 0.42 0.12 0 0.01
HSL 197.55º 0.96% 0.78% -
HSV(B) 197.55º 0.42% 0.99% -
XYZ 55.88 65.54 102.63 -
YUV 203.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 147 222 253 0.42 0.12 0 0.01 197.55 0.96 0.78
Hex 93 DE FD 2A C 0 1 C6 60 4E
Octal 223 336 375 52 14 0 1 306 140 116
Binary 10010011 11011110 11111101 101010 1100 0 1 11000110 1100000 1001110

Color Harmonies of #93DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DEFD

Black with #93DEFD

Text Example


Text Example

White with #93DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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