Html Css Color HEX #93DAFE Columbia Blue

📋 copy color: '#93DAFE'

red 147 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #93DAFE

Tints of Columbia Blue #93DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.22%

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 23.75%
G = 35.22%
B = 41.03%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93DAFE (or 0x93DAFE) is known color: Columbia Blue. HEX triplet: 93, DA and FE. RGB value is (147,218,254). Sum of RGB (Red+Green+Blue) = 147+218+254=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #93DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DAFE is #6C2501. Grayscale: #C8C8C8. Windows color (decimal): -7087362 or 16702099. OLE color: 16702099.

HSL color Cylindrical-coordinate representation of color #93DAFE: hue angle of 200.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93DAFE is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 218 254 -
CMYK 0.42 0.14 0 0.00
HSL 200.19º 0.98% 0.79% -
HSV(B) 200.19º 0.42% 1% -
XYZ 54.99 63.5 103.12 -
YUV 200.88 157.98 89.57 -
System Red Green Blue C M Y K H S L
Decimal 147 218 254 0.42 0.14 0 0.00 200.19 0.98 0.79
Hex 93 DA FE 2A E 0 0 C8 62 4F
Octal 223 332 376 52 16 0 0 310 142 117
Binary 10010011 11011010 11111110 101010 1110 0 0 11001000 1100010 1001111

Color Harmonies of #93DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DAFE

Black with #93DAFE

Text Example


Text Example

White with #93DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,218,254); }

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

background-color css

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

 a { background-color: rgb(147,218,254); }

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

border-color css

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

 span { border-color: rgb(147,218,254); }

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