Html Css Color HEX #1C89CB Pelorous

📋 copy color: '#1C89CB'

red 28 ◦ green 137 ◦ blue 203

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

Shades of Pelorous #1C89CB

Tints of Pelorous #1C89CB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 7.61%
G = 37.23%
B = 55.16%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C89CB (or 0x1C89CB) is known color: Pelorous. HEX triplet: 1C, 89 and CB. RGB value is (28,137,203). Sum of RGB (Red+Green+Blue) = 28+137+203=368 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.61% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C89CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C89CB is #E37634. Grayscale: #6F6F6F. Windows color (decimal): -14906933 or 13338908. OLE color: 13338908.

HSL color Cylindrical-coordinate representation of color #1C89CB: hue angle of 202.63º 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 #1C89CB is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 137 203 -
CMYK 0.86 0.33 0 0.20
HSL 202.63º 0.76% 0.45% -
HSV(B) 202.63º 0.86% 0.8% -
XYZ 20.2 22.45 59.77 -
YUV 111.93 179.39 68.13 -
System Red Green Blue C M Y K H S L
Decimal 28 137 203 0.86 0.33 0 0.20 202.63 0.76 0.45
Hex 1C 89 CB 56 21 0 14 CB 4C 2D
Octal 34 211 313 126 41 0 24 313 114 55
Binary 11100 10001001 11001011 1010110 100001 0 10100 11001011 1001100 101101

Color Harmonies of #1C89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C89CB

Black with #1C89CB

Text Example


Text Example

White with #1C89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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