Html Css Color HEX #1C99BC Pelorous

📋 copy color: '#1C99BC'

red 28 ◦ green 153 ◦ blue 188

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

Shades of Pelorous #1C99BC

Tints of Pelorous #1C99BC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 7.59%
G = 41.46%
B = 50.95%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C99BC (or 0x1C99BC) is known color: Pelorous. HEX triplet: 1C, 99 and BC. RGB value is (28,153,188). Sum of RGB (Red+Green+Blue) = 28+153+188=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C99BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C99BC is #E36643. Grayscale: #777777. Windows color (decimal): -14902852 or 12359964. OLE color: 12359964.

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

Color convert

RGB 28 153 188 -
CMYK 0.85 0.19 0 0.26
HSL 193.13º 0.74% 0.42% -
HSV(B) 193.13º 0.85% 0.74% -
XYZ 20.95 26.66 51.62 -
YUV 119.62 166.59 62.65 -
System Red Green Blue C M Y K H S L
Decimal 28 153 188 0.85 0.19 0 0.26 193.13 0.74 0.42
Hex 1C 99 BC 55 13 0 1A C1 4A 2A
Octal 34 231 274 125 23 0 32 301 112 52
Binary 11100 10011001 10111100 1010101 10011 0 11010 11000001 1001010 101010

Color Harmonies of #1C99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C99BC

Black with #1C99BC

Text Example


Text Example

White with #1C99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,153,188); }

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

background-color css

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

 a { background-color: rgb(28,153,188); }

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

border-color css

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

 span { border-color: rgb(28,153,188); }

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