Html Css Color HEX #1C90BC Pelorous

📋 copy color: '#1C90BC'

red 28 ◦ green 144 ◦ blue 188

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

Shades of Pelorous #1C90BC

Tints of Pelorous #1C90BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

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

R = 7.78%
G = 40%
B = 52.22%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C90BC (or 0x1C90BC) is known color: Pelorous. HEX triplet: 1C, 90 and BC. RGB value is (28,144,188). Sum of RGB (Red+Green+Blue) = 28+144+188=360 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.78% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C90BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C90BC is #E36F43. Grayscale: #727272. Windows color (decimal): -14905156 or 12357660. OLE color: 12357660.

HSL color Cylindrical-coordinate representation of color #1C90BC: hue angle of 196.5º 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 #1C90BC is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 144 188 -
CMYK 0.85 0.23 0 0.26
HSL 196.5º 0.74% 0.42% -
HSV(B) 196.5º 0.85% 0.74% -
XYZ 19.53 23.82 51.15 -
YUV 114.33 169.57 66.42 -
System Red Green Blue C M Y K H S L
Decimal 28 144 188 0.85 0.23 0 0.26 196.5 0.74 0.42
Hex 1C 90 BC 55 17 0 1A C4 4A 2A
Octal 34 220 274 125 27 0 32 304 112 52
Binary 11100 10010000 10111100 1010101 10111 0 11010 11000100 1001010 101010

Color Harmonies of #1C90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C90BC

Black with #1C90BC

Text Example


Text Example

White with #1C90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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