Html Css Color HEX #3CC0DB Summer Sky

📋 copy color: '#3CC0DB'

red 60 ◦ green 192 ◦ blue 219

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

Shades of Summer Sky #3CC0DB

Tints of Summer Sky #3CC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

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

R = 12.74%
G = 40.76%
B = 46.5%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CC0DB (or 0x3CC0DB) is known color: Summer Sky. HEX triplet: 3C, C0 and DB. RGB value is (60,192,219). Sum of RGB (Red+Green+Blue) = 60+192+219=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CC0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC0DB is #C33F24. Grayscale: #9B9B9B. Windows color (decimal): -12795685 or 14401596. OLE color: 14401596.

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

Color convert

RGB 60 192 219 -
CMYK 0.73 0.12 0 0.14
HSL 190.19º 0.69% 0.55% -
HSV(B) 190.19º 0.73% 0.86% -
XYZ 33.5 43.77 73.7 -
YUV 155.61 163.77 59.8 -
System Red Green Blue C M Y K H S L
Decimal 60 192 219 0.73 0.12 0 0.14 190.19 0.69 0.55
Hex 3C C0 DB 49 C 0 E BE 45 37
Octal 74 300 333 111 14 0 16 276 105 67
Binary 111100 11000000 11011011 1001001 1100 0 1110 10111110 1000101 110111

Color Harmonies of #3CC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC0DB

Black with #3CC0DB

Text Example


Text Example

White with #3CC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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