Html Css Color HEX #1CACD5 Summer Sky

📋 copy color: '#1CACD5'

red 28 ◦ green 172 ◦ blue 213

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

Shades of Summer Sky #1CACD5

Tints of Summer Sky #1CACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

 BLUE value IS 213 (83.59% from 255) = 51.57%

R = 6.78%
G = 41.65%
B = 51.57%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1CACD5 (or 0x1CACD5) is known color: Summer Sky. HEX triplet: 1C, AC and D5. RGB value is (28,172,213). Sum of RGB (Red+Green+Blue) = 28+172+213=413 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.78% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #1CACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACD5 is #E3532A. Grayscale: #858585. Windows color (decimal): -14897963 or 14003228. OLE color: 14003228.

HSL color Cylindrical-coordinate representation of color #1CACD5: hue angle of 193.3º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CACD5 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 172 213 -
CMYK 0.87 0.19 0 0.16
HSL 193.3º 0.77% 0.47% -
HSV(B) 193.3º 0.87% 0.84% -
XYZ 27.24 34.56 68.18 -
YUV 133.62 172.79 52.67 -
System Red Green Blue C M Y K H S L
Decimal 28 172 213 0.87 0.19 0 0.16 193.3 0.77 0.47
Hex 1C AC D5 57 13 0 10 C1 4D 2F
Octal 34 254 325 127 23 0 20 301 115 57
Binary 11100 10101100 11010101 1010111 10011 0 10000 11000001 1001101 101111

Color Harmonies of #1CACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACD5

Black with #1CACD5

Text Example


Text Example

White with #1CACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,213); }

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

background-color css

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

 a { background-color: rgb(28,172,213); }

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

border-color css

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

 span { border-color: rgb(28,172,213); }

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