Html Css Color HEX #1CA3CC Pelorous

📋 copy color: '#1CA3CC'

red 28 ◦ green 163 ◦ blue 204

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

Shades of Pelorous #1CA3CC

Tints of Pelorous #1CA3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

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

R = 7.09%
G = 41.27%
B = 51.65%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CA3CC (or 0x1CA3CC) is known color: Pelorous. HEX triplet: 1C, A3 and CC. RGB value is (28,163,204). Sum of RGB (Red+Green+Blue) = 28+163+204=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CA3CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA3CC is #E35C33. Grayscale: #7F7F7F. Windows color (decimal): -14900276 or 13411100. OLE color: 13411100.

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

Color convert

RGB 28 163 204 -
CMYK 0.86 0.20 0 0.2
HSL 193.98º 0.76% 0.45% -
HSV(B) 193.98º 0.86% 0.8% -
XYZ 24.48 30.8 61.78 -
YUV 127.31 171.27 57.17 -
System Red Green Blue C M Y K H S L
Decimal 28 163 204 0.86 0.20 0 0.2 193.98 0.76 0.45
Hex 1C A3 CC 56 14 0 14 C2 4C 2D
Octal 34 243 314 126 24 0 24 302 114 55
Binary 11100 10100011 11001100 1010110 10100 0 10100 11000010 1001100 101101

Color Harmonies of #1CA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA3CC

Black with #1CA3CC

Text Example


Text Example

White with #1CA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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