Html Css Color HEX #1CAADB Summer Sky

📋 copy color: '#1CAADB'

red 28 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #1CAADB

Tints of Summer Sky #1CAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

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

R = 6.71%
G = 40.77%
B = 52.52%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1CAADB (or 0x1CAADB) is known color: Summer Sky. HEX triplet: 1C, AA and DB. RGB value is (28,170,219). Sum of RGB (Red+Green+Blue) = 28+170+219=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAADB is #E35524. Grayscale: #848484. Windows color (decimal): -14898469 or 14395932. OLE color: 14395932.

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

Color convert

RGB 28 170 219 -
CMYK 0.87 0.22 0 0.14
HSL 195.39º 0.77% 0.48% -
HSV(B) 195.39º 0.87% 0.86% -
XYZ 27.64 34.11 72.15 -
YUV 133.13 176.46 53.02 -
System Red Green Blue C M Y K H S L
Decimal 28 170 219 0.87 0.22 0 0.14 195.39 0.77 0.48
Hex 1C AA DB 57 16 0 E C3 4D 30
Octal 34 252 333 127 26 0 16 303 115 60
Binary 11100 10101010 11011011 1010111 10110 0 1110 11000011 1001101 110000

Color Harmonies of #1CAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAADB

Black with #1CAADB

Text Example


Text Example

White with #1CAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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