Html Css Color HEX #1C96CD Pelorous

📋 copy color: '#1C96CD'

red 28 ◦ green 150 ◦ blue 205

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

Shades of Pelorous #1C96CD

Tints of Pelorous #1C96CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 7.31%
G = 39.16%
B = 53.52%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C96CD (or 0x1C96CD) is known color: Pelorous. HEX triplet: 1C, 96 and CD. RGB value is (28,150,205). Sum of RGB (Red+Green+Blue) = 28+150+205=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C96CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C96CD is #E36932. Grayscale: #777777. Windows color (decimal): -14903603 or 13473308. OLE color: 13473308.

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

Color convert

RGB 28 150 205 -
CMYK 0.86 0.27 0 0.20
HSL 198.64º 0.76% 0.46% -
HSV(B) 198.64º 0.86% 0.8% -
XYZ 22.4 26.47 61.69 -
YUV 119.79 176.08 62.53 -
System Red Green Blue C M Y K H S L
Decimal 28 150 205 0.86 0.27 0 0.20 198.64 0.76 0.46
Hex 1C 96 CD 56 1B 0 14 C7 4C 2E
Octal 34 226 315 126 33 0 24 307 114 56
Binary 11100 10010110 11001101 1010110 11011 0 10100 11000111 1001100 101110

Color Harmonies of #1C96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C96CD

Black with #1C96CD

Text Example


Text Example

White with #1C96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,150,205); }

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

background-color css

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

 a { background-color: rgb(28,150,205); }

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

border-color css

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

 span { border-color: rgb(28,150,205); }

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