Html Css Color HEX #1CADDD Summer Sky

📋 copy color: '#1CADDD'

red 28 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #1CADDD

Tints of Summer Sky #1CADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 6.64%
G = 41%
B = 52.37%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CADDD (or 0x1CADDD) is known color: Summer Sky. HEX triplet: 1C, AD and DD. RGB value is (28,173,221). Sum of RGB (Red+Green+Blue) = 28+173+221=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADDD is #E35222. Grayscale: #868686. Windows color (decimal): -14897699 or 14527772. OLE color: 14527772.

HSL color Cylindrical-coordinate representation of color #1CADDD: hue angle of 194.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CADDD is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 173 221 -
CMYK 0.87 0.22 0 0.13
HSL 194.92º 0.78% 0.49% -
HSV(B) 194.92º 0.87% 0.87% -
XYZ 28.47 35.35 73.73 -
YUV 135.12 176.46 51.6 -
System Red Green Blue C M Y K H S L
Decimal 28 173 221 0.87 0.22 0 0.13 194.92 0.78 0.49
Hex 1C AD DD 57 16 0 D C3 4E 31
Octal 34 255 335 127 26 0 15 303 116 61
Binary 11100 10101101 11011101 1010111 10110 0 1101 11000011 1001110 110001

Color Harmonies of #1CADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADDD

Black with #1CADDD

Text Example


Text Example

White with #1CADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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