Html Css Color HEX #1CA5CC Pelorous

📋 copy color: '#1CA5CC'

red 28 ◦ green 165 ◦ blue 204

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

Shades of Pelorous #1CA5CC

Tints of Pelorous #1CA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 7.05%
G = 41.56%
B = 51.39%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CA5CC (or 0x1CA5CC) is known color: Pelorous. HEX triplet: 1C, A5 and CC. RGB value is (28,165,204). Sum of RGB (Red+Green+Blue) = 28+165+204=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA5CC is #E35A33. Grayscale: #808080. Windows color (decimal): -14899764 or 13411612. OLE color: 13411612.

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

Color convert

RGB 28 165 204 -
CMYK 0.86 0.19 0 0.2
HSL 193.3º 0.76% 0.45% -
HSV(B) 193.3º 0.86% 0.8% -
XYZ 24.83 31.52 61.9 -
YUV 128.48 170.61 56.33 -
System Red Green Blue C M Y K H S L
Decimal 28 165 204 0.86 0.19 0 0.2 193.3 0.76 0.45
Hex 1C A5 CC 56 13 0 14 C1 4C 2D
Octal 34 245 314 126 23 0 24 301 114 55
Binary 11100 10100101 11001100 1010110 10011 0 10100 11000001 1001100 101101

Color Harmonies of #1CA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA5CC

Black with #1CA5CC

Text Example


Text Example

White with #1CA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,165,204); }

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

background-color css

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

 a { background-color: rgb(28,165,204); }

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

border-color css

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

 span { border-color: rgb(28,165,204); }

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