Html Css Color HEX #93DDFE Columbia Blue

📋 copy color: '#93DDFE'

red 147 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #93DDFE

Tints of Columbia Blue #93DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.53%

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

R = 23.63%
G = 35.53%
B = 40.84%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93DDFE (or 0x93DDFE) is known color: Columbia Blue. HEX triplet: 93, DD and FE. RGB value is (147,221,254). Sum of RGB (Red+Green+Blue) = 147+221+254=622 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.63% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #93DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDFE is #6C2201. Grayscale: #CACACA. Windows color (decimal): -7086594 or 16702867. OLE color: 16702867.

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

Color convert

RGB 147 221 254 -
CMYK 0.42 0.13 0 0.00
HSL 198.5º 0.98% 0.79% -
HSV(B) 198.5º 0.42% 1% -
XYZ 55.78 65.07 103.39 -
YUV 202.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 147 221 254 0.42 0.13 0 0.00 198.5 0.98 0.79
Hex 93 DD FE 2A D 0 0 C7 62 4F
Octal 223 335 376 52 15 0 0 307 142 117
Binary 10010011 11011101 11111110 101010 1101 0 0 11000111 1100010 1001111

Color Harmonies of #93DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDFE

Black with #93DDFE

Text Example


Text Example

White with #93DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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