Html Css Color HEX #1786C7 Pelorous

📋 copy color: '#1786C7'

red 23 ◦ green 134 ◦ blue 199

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

Shades of Pelorous #1786C7

Tints of Pelorous #1786C7

RGB

 RED value IS 23 (9.38% from 255) = 6.46%

 GREEN value IS 134 (52.73% from 255) = 37.64%

 BLUE value IS 199 (78.13% from 255) = 55.9%

R = 6.46%
G = 37.64%
B = 55.9%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1786C7 (or 0x1786C7) is known color: Pelorous. HEX triplet: 17, 86 and C7. RGB value is (23,134,199). Sum of RGB (Red+Green+Blue) = 23+134+199=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #1786C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786C7 is #E87938. Grayscale: #6B6B6B. Windows color (decimal): -15235385 or 13075991. OLE color: 13075991.

HSL color Cylindrical-coordinate representation of color #1786C7: hue angle of 202.16º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1786C7 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 23 134 199 -
CMYK 0.88 0.33 0 0.22
HSL 202.16º 0.79% 0.44% -
HSV(B) 202.16º 0.88% 0.78% -
XYZ 19.19 21.36 57.14 -
YUV 108.22 179.23 67.21 -
System Red Green Blue C M Y K H S L
Decimal 23 134 199 0.88 0.33 0 0.22 202.16 0.79 0.44
Hex 17 86 C7 58 21 0 16 CA 4F 2C
Octal 27 206 307 130 41 0 26 312 117 54
Binary 10111 10000110 11000111 1011000 100001 0 10110 11001010 1001111 101100

Color Harmonies of #1786C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1786C7

Black with #1786C7

Text Example


Text Example

White with #1786C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1786C7; }

 p { color: rgb(23,134,199); }

 H1.HeaderClassName
 {
   color: #1786C7;
 }
 .AnyTagClassName
 {
   color: #1786C7;
 }
</style>

background-color css

<style>
 a { background-color: #1786C7; }

 a { background-color: rgb(23,134,199); }

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

border-color css

<style>
 span { border-color: #1786C7; }

 span { border-color: rgb(23,134,199); }

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