Html Css Color HEX #93DBF8 Columbia Blue

📋 copy color: '#93DBF8'

red 147 ◦ green 219 ◦ blue 248

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

Shades of Columbia Blue #93DBF8

Tints of Columbia Blue #93DBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.39%

R = 23.94%
G = 35.67%
B = 40.39%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#93DBF8 (or 0x93DBF8) is known color: Columbia Blue. HEX triplet: 93, DB and F8. RGB value is (147,219,248). Sum of RGB (Red+Green+Blue) = 147+219+248=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #93DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBF8 is #6C2407. Grayscale: #C8C8C8. Windows color (decimal): -7087112 or 16309139. OLE color: 16309139.

HSL color Cylindrical-coordinate representation of color #93DBF8: hue angle of 197.23º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93DBF8 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 219 248 -
CMYK 0.41 0.12 0 0.03
HSL 197.23º 0.88% 0.77% -
HSV(B) 197.23º 0.41% 0.97% -
XYZ 54.31 63.64 98.23 -
YUV 200.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 147 219 248 0.41 0.12 0 0.03 197.23 0.88 0.77
Hex 93 DB F8 29 C 0 3 C5 58 4D
Octal 223 333 370 51 14 0 3 305 130 115
Binary 10010011 11011011 11111000 101001 1100 0 11 11000101 1011000 1001101

Color Harmonies of #93DBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBF8

Black with #93DBF8

Text Example


Text Example

White with #93DBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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