Html Css Color HEX #3CA8DB Summer Sky

📋 copy color: '#3CA8DB'

red 60 ◦ green 168 ◦ blue 219

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

Shades of Summer Sky #3CA8DB

Tints of Summer Sky #3CA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.58%

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

R = 13.42%
G = 37.58%
B = 48.99%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CA8DB (or 0x3CA8DB) is known color: Summer Sky. HEX triplet: 3C, A8 and DB. RGB value is (60,168,219). Sum of RGB (Red+Green+Blue) = 60+168+219=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CA8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA8DB is #C35724. Grayscale: #8D8D8D. Windows color (decimal): -12801829 or 14395452. OLE color: 14395452.

HSL color Cylindrical-coordinate representation of color #3CA8DB: hue angle of 199.25º 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 #3CA8DB is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 168 219 -
CMYK 0.73 0.23 0 0.14
HSL 199.25º 0.69% 0.55% -
HSV(B) 199.25º 0.73% 0.86% -
XYZ 28.65 34.08 72.09 -
YUV 141.52 171.72 69.85 -
System Red Green Blue C M Y K H S L
Decimal 60 168 219 0.73 0.23 0 0.14 199.25 0.69 0.55
Hex 3C A8 DB 49 17 0 E C7 45 37
Octal 74 250 333 111 27 0 16 307 105 67
Binary 111100 10101000 11011011 1001001 10111 0 1110 11000111 1000101 110111

Color Harmonies of #3CA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA8DB

Black with #3CA8DB

Text Example


Text Example

White with #3CA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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