Html Css Color HEX #93DBFA Columbia Blue

📋 copy color: '#93DBFA'

red 147 ◦ green 219 ◦ blue 250

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

Shades of Columbia Blue #93DBFA

Tints of Columbia Blue #93DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 23.86%
G = 35.55%
B = 40.58%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93DBFA (or 0x93DBFA) is known color: Columbia Blue. HEX triplet: 93, DB and FA. RGB value is (147,219,250). Sum of RGB (Red+Green+Blue) = 147+219+250=616 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.86% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #93DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBFA is #6C2405. Grayscale: #C8C8C8. Windows color (decimal): -7087110 or 16440211. OLE color: 16440211.

HSL color Cylindrical-coordinate representation of color #93DBFA: hue angle of 198.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93DBFA is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 219 250 -
CMYK 0.41 0.12 0 0.02
HSL 198.06º 0.91% 0.78% -
HSV(B) 198.06º 0.41% 0.98% -
XYZ 54.62 63.77 99.87 -
YUV 201.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 147 219 250 0.41 0.12 0 0.02 198.06 0.91 0.78
Hex 93 DB FA 29 C 0 2 C6 5B 4E
Octal 223 333 372 51 14 0 2 306 133 116
Binary 10010011 11011011 11111010 101001 1100 0 10 11000110 1011011 1001110

Color Harmonies of #93DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBFA

Black with #93DBFA

Text Example


Text Example

White with #93DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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