Html Css Color HEX #1D93BA Pelorous

📋 copy color: '#1D93BA'

red 29 ◦ green 147 ◦ blue 186

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

Shades of Pelorous #1D93BA

Tints of Pelorous #1D93BA

RGB

 RED value IS 29 (11.72% from 255) = 8.01%

 GREEN value IS 147 (57.81% from 255) = 40.61%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 8.01%
G = 40.61%
B = 51.38%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D93BA (or 0x1D93BA) is known color: Pelorous. HEX triplet: 1D, 93 and BA. RGB value is (29,147,186). Sum of RGB (Red+Green+Blue) = 29+147+186=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D93BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D93BA is #E26C45. Grayscale: #737373. Windows color (decimal): -14838854 or 12227357. OLE color: 12227357.

HSL color Cylindrical-coordinate representation of color #1D93BA: hue angle of 194.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D93BA is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 147 186 -
CMYK 0.84 0.21 0 0.27
HSL 194.9º 0.73% 0.42% -
HSV(B) 194.9º 0.84% 0.73% -
XYZ 19.8 24.67 50.17 -
YUV 116.16 167.41 65.83 -
System Red Green Blue C M Y K H S L
Decimal 29 147 186 0.84 0.21 0 0.27 194.9 0.73 0.42
Hex 1D 93 BA 54 15 0 1B C3 49 2A
Octal 35 223 272 124 25 0 33 303 111 52
Binary 11101 10010011 10111010 1010100 10101 0 11011 11000011 1001001 101010

Color Harmonies of #1D93BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D93BA

Black with #1D93BA

Text Example


Text Example

White with #1D93BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D93BA; }

 p { color: rgb(29,147,186); }

 H1.HeaderClassName
 {
   color: #1D93BA;
 }
 .AnyTagClassName
 {
   color: #1D93BA;
 }
</style>

background-color css

<style>
 a { background-color: #1D93BA; }

 a { background-color: rgb(29,147,186); }

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

border-color css

<style>
 span { border-color: #1D93BA; }

 span { border-color: rgb(29,147,186); }

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