Html Css Color HEX #1CA1CC Pelorous

📋 copy color: '#1CA1CC'

red 28 ◦ green 161 ◦ blue 204

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

Shades of Pelorous #1CA1CC

Tints of Pelorous #1CA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

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

R = 7.12%
G = 40.97%
B = 51.91%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CA1CC (or 0x1CA1CC) is known color: Pelorous. HEX triplet: 1C, A1 and CC. RGB value is (28,161,204). Sum of RGB (Red+Green+Blue) = 28+161+204=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CA1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA1CC is #E35E33. Grayscale: #7D7D7D. Windows color (decimal): -14900788 or 13410588. OLE color: 13410588.

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

Color convert

RGB 28 161 204 -
CMYK 0.86 0.21 0 0.2
HSL 194.66º 0.76% 0.45% -
HSV(B) 194.66º 0.86% 0.8% -
XYZ 24.12 30.1 61.66 -
YUV 126.14 171.94 58 -
System Red Green Blue C M Y K H S L
Decimal 28 161 204 0.86 0.21 0 0.2 194.66 0.76 0.45
Hex 1C A1 CC 56 15 0 14 C3 4C 2D
Octal 34 241 314 126 25 0 24 303 114 55
Binary 11100 10100001 11001100 1010110 10101 0 10100 11000011 1001100 101101

Color Harmonies of #1CA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA1CC

Black with #1CA1CC

Text Example


Text Example

White with #1CA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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