Html Css Color HEX #3CBBDB Summer Sky

📋 copy color: '#3CBBDB'

red 60 ◦ green 187 ◦ blue 219

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

Shades of Summer Sky #3CBBDB

Tints of Summer Sky #3CBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

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

R = 12.88%
G = 40.13%
B = 47%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CBBDB (or 0x3CBBDB) is known color: Summer Sky. HEX triplet: 3C, BB and DB. RGB value is (60,187,219). Sum of RGB (Red+Green+Blue) = 60+187+219=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CBBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBDB is #C34424. Grayscale: #989898. Windows color (decimal): -12796965 or 14400316. OLE color: 14400316.

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

Color convert

RGB 60 187 219 -
CMYK 0.73 0.15 0 0.14
HSL 192.08º 0.69% 0.55% -
HSV(B) 192.08º 0.73% 0.86% -
XYZ 32.42 41.62 73.34 -
YUV 152.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 60 187 219 0.73 0.15 0 0.14 192.08 0.69 0.55
Hex 3C BB DB 49 F 0 E C0 45 37
Octal 74 273 333 111 17 0 16 300 105 67
Binary 111100 10111011 11011011 1001001 1111 0 1110 11000000 1000101 110111

Color Harmonies of #3CBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBBDB

Black with #3CBBDB

Text Example


Text Example

White with #3CBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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