Html Css Color HEX #1C89CE Pelorous

📋 copy color: '#1C89CE'

red 28 ◦ green 137 ◦ blue 206

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

Shades of Pelorous #1C89CE

Tints of Pelorous #1C89CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 7.55%
G = 36.93%
B = 55.53%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C89CE (or 0x1C89CE) is known color: Pelorous. HEX triplet: 1C, 89 and CE. RGB value is (28,137,206). Sum of RGB (Red+Green+Blue) = 28+137+206=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C89CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C89CE is #E37631. Grayscale: #6F6F6F. Windows color (decimal): -14906930 or 13535516. OLE color: 13535516.

HSL color Cylindrical-coordinate representation of color #1C89CE: hue angle of 203.26º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C89CE is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 137 206 -
CMYK 0.86 0.33 0 0.19
HSL 203.26º 0.76% 0.46% -
HSV(B) 203.26º 0.86% 0.81% -
XYZ 20.57 22.59 61.67 -
YUV 112.28 180.89 67.89 -
System Red Green Blue C M Y K H S L
Decimal 28 137 206 0.86 0.33 0 0.19 203.26 0.76 0.46
Hex 1C 89 CE 56 21 0 13 CB 4C 2E
Octal 34 211 316 126 41 0 23 313 114 56
Binary 11100 10001001 11001110 1010110 100001 0 10011 11001011 1001100 101110

Color Harmonies of #1C89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C89CE

Black with #1C89CE

Text Example


Text Example

White with #1C89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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