Html Css Color HEX #1C9ACB Pelorous

📋 copy color: '#1C9ACB'

red 28 ◦ green 154 ◦ blue 203

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

Shades of Pelorous #1C9ACB

Tints of Pelorous #1C9ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 7.27%
G = 40%
B = 52.73%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C9ACB (or 0x1C9ACB) is known color: Pelorous. HEX triplet: 1C, 9A and CB. RGB value is (28,154,203). Sum of RGB (Red+Green+Blue) = 28+154+203=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C9ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9ACB is #E36534. Grayscale: #797979. Windows color (decimal): -14902581 or 13343260. OLE color: 13343260.

HSL color Cylindrical-coordinate representation of color #1C9ACB: hue angle of 196.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9ACB is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 154 203 -
CMYK 0.86 0.24 0 0.20
HSL 196.8º 0.76% 0.45% -
HSV(B) 196.8º 0.86% 0.8% -
XYZ 22.81 27.67 60.64 -
YUV 121.91 173.76 61.02 -
System Red Green Blue C M Y K H S L
Decimal 28 154 203 0.86 0.24 0 0.20 196.8 0.76 0.45
Hex 1C 9A CB 56 18 0 14 C5 4C 2D
Octal 34 232 313 126 30 0 24 305 114 55
Binary 11100 10011010 11001011 1010110 11000 0 10100 11000101 1001100 101101

Color Harmonies of #1C9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9ACB

Black with #1C9ACB

Text Example


Text Example

White with #1C9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,154,203); }

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

background-color css

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

 a { background-color: rgb(28,154,203); }

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

border-color css

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

 span { border-color: rgb(28,154,203); }

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