Html Css Color HEX #3CADDB Summer Sky

📋 copy color: '#3CADDB'

red 60 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #3CADDB

Tints of Summer Sky #3CADDB

RGB

 RED value IS 60 (23.83% from 255) = 13.27%

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

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

R = 13.27%
G = 38.27%
B = 48.45%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CADDB (or 0x3CADDB) is known color: Summer Sky. HEX triplet: 3C, AD and DB. RGB value is (60,173,219). Sum of RGB (Red+Green+Blue) = 60+173+219=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADDB is #C35224. Grayscale: #909090. Windows color (decimal): -12800549 or 14396732. OLE color: 14396732.

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

Color convert

RGB 60 173 219 -
CMYK 0.73 0.21 0 0.14
HSL 197.36º 0.69% 0.55% -
HSV(B) 197.36º 0.73% 0.86% -
XYZ 29.59 35.96 72.4 -
YUV 144.46 170.06 67.76 -
System Red Green Blue C M Y K H S L
Decimal 60 173 219 0.73 0.21 0 0.14 197.36 0.69 0.55
Hex 3C AD DB 49 15 0 E C5 45 37
Octal 74 255 333 111 25 0 16 305 105 67
Binary 111100 10101101 11011011 1001001 10101 0 1110 11000101 1000101 110111

Color Harmonies of #3CADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CADDB

Black with #3CADDB

Text Example


Text Example

White with #3CADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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