Html Css Color HEX #1CADDC Summer Sky

📋 copy color: '#1CADDC'

red 28 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #1CADDC

Tints of Summer Sky #1CADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 6.65%
G = 41.09%
B = 52.26%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1CADDC (or 0x1CADDC) is known color: Summer Sky. HEX triplet: 1C, AD and DC. RGB value is (28,173,220). Sum of RGB (Red+Green+Blue) = 28+173+220=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADDC is #E35223. Grayscale: #868686. Windows color (decimal): -14897700 or 14462236. OLE color: 14462236.

HSL color Cylindrical-coordinate representation of color #1CADDC: hue angle of 194.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CADDC is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 173 220 -
CMYK 0.87 0.21 0 0.14
HSL 194.69º 0.77% 0.49% -
HSV(B) 194.69º 0.87% 0.86% -
XYZ 28.34 35.3 73.03 -
YUV 135 175.96 51.68 -
System Red Green Blue C M Y K H S L
Decimal 28 173 220 0.87 0.21 0 0.14 194.69 0.77 0.49
Hex 1C AD DC 57 15 0 E C3 4D 31
Octal 34 255 334 127 25 0 16 303 115 61
Binary 11100 10101101 11011100 1010111 10101 0 1110 11000011 1001101 110001

Color Harmonies of #1CADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADDC

Black with #1CADDC

Text Example


Text Example

White with #1CADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,173,220); }

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

background-color css

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

 a { background-color: rgb(28,173,220); }

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

border-color css

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

 span { border-color: rgb(28,173,220); }

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