Html Css Color HEX #1C95CE Pelorous

📋 copy color: '#1C95CE'

red 28 ◦ green 149 ◦ blue 206

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

Shades of Pelorous #1C95CE

Tints of Pelorous #1C95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

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

R = 7.31%
G = 38.9%
B = 53.79%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C95CE (or 0x1C95CE) is known color: Pelorous. HEX triplet: 1C, 95 and CE. RGB value is (28,149,206). Sum of RGB (Red+Green+Blue) = 28+149+206=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C95CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C95CE is #E36A31. Grayscale: #767676. Windows color (decimal): -14903858 or 13538588. OLE color: 13538588.

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

Color convert

RGB 28 149 206 -
CMYK 0.86 0.28 0 0.19
HSL 199.21º 0.76% 0.46% -
HSV(B) 199.21º 0.86% 0.81% -
XYZ 22.37 26.2 62.27 -
YUV 119.32 176.91 62.87 -
System Red Green Blue C M Y K H S L
Decimal 28 149 206 0.86 0.28 0 0.19 199.21 0.76 0.46
Hex 1C 95 CE 56 1C 0 13 C7 4C 2E
Octal 34 225 316 126 34 0 23 307 114 56
Binary 11100 10010101 11001110 1010110 11100 0 10011 11000111 1001100 101110

Color Harmonies of #1C95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C95CE

Black with #1C95CE

Text Example


Text Example

White with #1C95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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