Html Css Color HEX #1C9BBD Pelorous

📋 copy color: '#1C9BBD'

red 28 ◦ green 155 ◦ blue 189

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

Shades of Pelorous #1C9BBD

Tints of Pelorous #1C9BBD

RGB

 RED value IS 28 (11.33% from 255) = 7.53%

 GREEN value IS 155 (60.94% from 255) = 41.67%

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 7.53%
G = 41.67%
B = 50.81%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C9BBD (or 0x1C9BBD) is known color: Pelorous. HEX triplet: 1C, 9B and BD. RGB value is (28,155,189). Sum of RGB (Red+Green+Blue) = 28+155+189=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C9BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9BBD is #E36442. Grayscale: #787878. Windows color (decimal): -14902339 or 12426012. OLE color: 12426012.

HSL color Cylindrical-coordinate representation of color #1C9BBD: hue angle of 192.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C9BBD is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 155 189 -
CMYK 0.85 0.18 0 0.26
HSL 192.67º 0.74% 0.43% -
HSV(B) 192.67º 0.85% 0.74% -
XYZ 21.39 27.36 52.3 -
YUV 120.9 166.42 61.74 -
System Red Green Blue C M Y K H S L
Decimal 28 155 189 0.85 0.18 0 0.26 192.67 0.74 0.43
Hex 1C 9B BD 55 12 0 1A C1 4A 2B
Octal 34 233 275 125 22 0 32 301 112 53
Binary 11100 10011011 10111101 1010101 10010 0 11010 11000001 1001010 101011

Color Harmonies of #1C9BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9BBD

Black with #1C9BBD

Text Example


Text Example

White with #1C9BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,155,189); }

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

background-color css

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

 a { background-color: rgb(28,155,189); }

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

border-color css

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

 span { border-color: rgb(28,155,189); }

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