Html Css Color HEX #93DCFC Columbia Blue

📋 copy color: '#93DCFC'

red 147 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #93DCFC

Tints of Columbia Blue #93DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.54%

 BLUE value IS 252 (98.83% from 255) = 40.71%

R = 23.75%
G = 35.54%
B = 40.71%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93DCFC (or 0x93DCFC) is known color: Columbia Blue. HEX triplet: 93, DC and FC. RGB value is (147,220,252). Sum of RGB (Red+Green+Blue) = 147+220+252=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #93DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DCFC is #6C2303. Grayscale: #C9C9C9. Windows color (decimal): -7086852 or 16571539. OLE color: 16571539.

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

Color convert

RGB 147 220 252 -
CMYK 0.42 0.13 0 0.01
HSL 198.29º 0.95% 0.78% -
HSV(B) 198.29º 0.42% 0.99% -
XYZ 55.2 64.42 101.62 -
YUV 201.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 147 220 252 0.42 0.13 0 0.01 198.29 0.95 0.78
Hex 93 DC FC 2A D 0 1 C6 5F 4E
Octal 223 334 374 52 15 0 1 306 137 116
Binary 10010011 11011100 11111100 101010 1101 0 1 11000110 1011111 1001110

Color Harmonies of #93DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCFC

Black with #93DCFC

Text Example


Text Example

White with #93DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,252); }

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

background-color css

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

 a { background-color: rgb(147,220,252); }

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

border-color css

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

 span { border-color: rgb(147,220,252); }

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