Html Css Color HEX #1CADDB Summer Sky

📋 copy color: '#1CADDB'

red 28 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #1CADDB

Tints of Summer Sky #1CADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 6.67%
G = 41.19%
B = 52.14%

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

#1CADDB (or 0x1CADDB) is known color: Summer Sky. HEX triplet: 1C, AD and DB. RGB value is (28,173,219). Sum of RGB (Red+Green+Blue) = 28+173+219=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADDB is #E35224. Grayscale: #868686. Windows color (decimal): -14897701 or 14396700. OLE color: 14396700.

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

Color convert

RGB 28 173 219 -
CMYK 0.87 0.21 0 0.14
HSL 194.45º 0.77% 0.48% -
HSV(B) 194.45º 0.87% 0.86% -
XYZ 28.21 35.25 72.33 -
YUV 134.89 175.46 51.76 -
System Red Green Blue C M Y K H S L
Decimal 28 173 219 0.87 0.21 0 0.14 194.45 0.77 0.48
Hex 1C AD DB 57 15 0 E C2 4D 30
Octal 34 255 333 127 25 0 16 302 115 60
Binary 11100 10101101 11011011 1010111 10101 0 1110 11000010 1001101 110000

Color Harmonies of #1CADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADDB

Black with #1CADDB

Text Example


Text Example

White with #1CADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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