Html Css Color HEX #93DBFE Columbia Blue

📋 copy color: '#93DBFE'

red 147 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #93DBFE

Tints of Columbia Blue #93DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.32%

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

R = 23.71%
G = 35.32%
B = 40.97%

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

#93DBFE (or 0x93DBFE) is known color: Columbia Blue. HEX triplet: 93, DB and FE. RGB value is (147,219,254). Sum of RGB (Red+Green+Blue) = 147+219+254=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #93DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBFE is #6C2401. Grayscale: #C9C9C9. Windows color (decimal): -7087106 or 16702355. OLE color: 16702355.

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

Color convert

RGB 147 219 254 -
CMYK 0.42 0.14 0 0.00
HSL 199.63º 0.98% 0.79% -
HSV(B) 199.63º 0.42% 1% -
XYZ 55.25 64.02 103.21 -
YUV 201.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 147 219 254 0.42 0.14 0 0.00 199.63 0.98 0.79
Hex 93 DB FE 2A E 0 0 C8 62 4F
Octal 223 333 376 52 16 0 0 310 142 117
Binary 10010011 11011011 11111110 101010 1110 0 0 11001000 1100010 1001111

Color Harmonies of #93DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBFE

Black with #93DBFE

Text Example


Text Example

White with #93DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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