Html Css Color HEX #1D88AF Pelorous

📋 copy color: '#1D88AF'

red 29 ◦ green 136 ◦ blue 175

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

Shades of Pelorous #1D88AF

Tints of Pelorous #1D88AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40%

 BLUE value IS 175 (68.75% from 255) = 51.47%

R = 8.53%
G = 40%
B = 51.47%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D88AF (or 0x1D88AF) is known color: Pelorous. HEX triplet: 1D, 88 and AF. RGB value is (29,136,175). Sum of RGB (Red+Green+Blue) = 29+136+175=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D88AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D88AF is #E27750. Grayscale: #6C6C6C. Windows color (decimal): -14841681 or 11503645. OLE color: 11503645.

HSL color Cylindrical-coordinate representation of color #1D88AF: hue angle of 196.03º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D88AF is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 136 175 -
CMYK 0.83 0.22 0 0.31
HSL 196.03º 0.72% 0.4% -
HSV(B) 196.03º 0.83% 0.69% -
XYZ 17.05 20.96 43.71 -
YUV 108.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 29 136 175 0.83 0.22 0 0.31 196.03 0.72 0.4
Hex 1D 88 AF 53 16 0 1F C4 48 28
Octal 35 210 257 123 26 0 37 304 110 50
Binary 11101 10001000 10101111 1010011 10110 0 11111 11000100 1001000 101000

Color Harmonies of #1D88AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D88AF

Black with #1D88AF

Text Example


Text Example

White with #1D88AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,136,175); }

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

background-color css

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

 a { background-color: rgb(29,136,175); }

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

border-color css

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

 span { border-color: rgb(29,136,175); }

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