Html Css Color HEX #1CADD5 Summer Sky

📋 copy color: '#1CADD5'

red 28 ◦ green 173 ◦ blue 213

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

Shades of Summer Sky #1CADD5

Tints of Summer Sky #1CADD5

RGB

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

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

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

R = 6.76%
G = 41.79%
B = 51.45%

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

#1CADD5 (or 0x1CADD5) is known color: Summer Sky. HEX triplet: 1C, AD and D5. RGB value is (28,173,213). Sum of RGB (Red+Green+Blue) = 28+173+213=414 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.76% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #1CADD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADD5 is #E3522A. Grayscale: #858585. Windows color (decimal): -14897707 or 14003484. OLE color: 14003484.

HSL color Cylindrical-coordinate representation of color #1CADD5: hue angle of 192.97º 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 #1CADD5 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 173 213 -
CMYK 0.87 0.19 0 0.16
HSL 192.97º 0.77% 0.47% -
HSV(B) 192.97º 0.87% 0.84% -
XYZ 27.43 34.94 68.25 -
YUV 134.21 172.46 52.25 -
System Red Green Blue C M Y K H S L
Decimal 28 173 213 0.87 0.19 0 0.16 192.97 0.77 0.47
Hex 1C AD D5 57 13 0 10 C1 4D 2F
Octal 34 255 325 127 23 0 20 301 115 57
Binary 11100 10101101 11010101 1010111 10011 0 10000 11000001 1001101 101111

Color Harmonies of #1CADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADD5

Black with #1CADD5

Text Example


Text Example

White with #1CADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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