Html Css Color HEX #1C97CE Pelorous

📋 copy color: '#1C97CE'

red 28 ◦ green 151 ◦ blue 206

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

Shades of Pelorous #1C97CE

Tints of Pelorous #1C97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

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

R = 7.27%
G = 39.22%
B = 53.51%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C97CE (or 0x1C97CE) is known color: Pelorous. HEX triplet: 1C, 97 and CE. RGB value is (28,151,206). Sum of RGB (Red+Green+Blue) = 28+151+206=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C97CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C97CE is #E36831. Grayscale: #787878. Windows color (decimal): -14903346 or 13539100. OLE color: 13539100.

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

Color convert

RGB 28 151 206 -
CMYK 0.86 0.27 0 0.19
HSL 198.54º 0.76% 0.46% -
HSV(B) 198.54º 0.86% 0.81% -
XYZ 22.69 26.84 62.38 -
YUV 120.49 176.25 62.03 -
System Red Green Blue C M Y K H S L
Decimal 28 151 206 0.86 0.27 0 0.19 198.54 0.76 0.46
Hex 1C 97 CE 56 1B 0 13 C7 4C 2E
Octal 34 227 316 126 33 0 23 307 114 56
Binary 11100 10010111 11001110 1010110 11011 0 10011 11000111 1001100 101110

Color Harmonies of #1C97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C97CE

Black with #1C97CE

Text Example


Text Example

White with #1C97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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