Html Css Color HEX #93DFFC Columbia Blue

📋 copy color: '#93DFFC'

red 147 ◦ green 223 ◦ blue 252

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

Shades of Columbia Blue #93DFFC

Tints of Columbia Blue #93DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.85%

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

R = 23.63%
G = 35.85%
B = 40.51%

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

#93DFFC (or 0x93DFFC) is known color: Columbia Blue. HEX triplet: 93, DF and FC. RGB value is (147,223,252). Sum of RGB (Red+Green+Blue) = 147+223+252=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #93DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DFFC is #6C2003. Grayscale: #CBCBCB. Windows color (decimal): -7086084 or 16572307. OLE color: 16572307.

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

Color convert

RGB 147 223 252 -
CMYK 0.42 0.12 0 0.01
HSL 196.57º 0.95% 0.78% -
HSV(B) 196.57º 0.42% 0.99% -
XYZ 55.99 66.01 101.89 -
YUV 203.58 155.32 87.64 -
System Red Green Blue C M Y K H S L
Decimal 147 223 252 0.42 0.12 0 0.01 196.57 0.95 0.78
Hex 93 DF FC 2A C 0 1 C5 5F 4E
Octal 223 337 374 52 14 0 1 305 137 116
Binary 10010011 11011111 11111100 101010 1100 0 1 11000101 1011111 1001110

Color Harmonies of #93DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DFFC

Black with #93DFFC

Text Example


Text Example

White with #93DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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