Html Css Color HEX #3CC5DB Summer Sky

📋 copy color: '#3CC5DB'

red 60 ◦ green 197 ◦ blue 219

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

Shades of Summer Sky #3CC5DB

Tints of Summer Sky #3CC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.39%

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

R = 12.61%
G = 41.39%
B = 46.01%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CC5DB (or 0x3CC5DB) is known color: Summer Sky. HEX triplet: 3C, C5 and DB. RGB value is (60,197,219). Sum of RGB (Red+Green+Blue) = 60+197+219=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CC5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC5DB is #C33A24. Grayscale: #9E9E9E. Windows color (decimal): -12794405 or 14402876. OLE color: 14402876.

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

Color convert

RGB 60 197 219 -
CMYK 0.73 0.10 0 0.14
HSL 188.3º 0.69% 0.55% -
HSV(B) 188.3º 0.73% 0.86% -
XYZ 34.62 46.01 74.07 -
YUV 158.55 162.11 57.71 -
System Red Green Blue C M Y K H S L
Decimal 60 197 219 0.73 0.10 0 0.14 188.3 0.69 0.55
Hex 3C C5 DB 49 A 0 E BC 45 37
Octal 74 305 333 111 12 0 16 274 105 67
Binary 111100 11000101 11011011 1001001 1010 0 1110 10111100 1000101 110111

Color Harmonies of #3CC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC5DB

Black with #3CC5DB

Text Example


Text Example

White with #3CC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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