Html Css Color HEX #3CBDDC Summer Sky

📋 copy color: '#3CBDDC'

red 60 ◦ green 189 ◦ blue 220

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

Shades of Summer Sky #3CBDDC

Tints of Summer Sky #3CBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 12.79%
G = 40.3%
B = 46.91%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CBDDC (or 0x3CBDDC) is known color: Summer Sky. HEX triplet: 3C, BD and DC. RGB value is (60,189,220). Sum of RGB (Red+Green+Blue) = 60+189+220=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDDC is #C34223. Grayscale: #999999. Windows color (decimal): -12796452 or 14466364. OLE color: 14466364.

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

Color convert

RGB 60 189 220 -
CMYK 0.73 0.14 0 0.14
HSL 191.63º 0.7% 0.55% -
HSV(B) 191.63º 0.73% 0.86% -
XYZ 32.98 42.52 74.18 -
YUV 153.96 165.26 60.98 -
System Red Green Blue C M Y K H S L
Decimal 60 189 220 0.73 0.14 0 0.14 191.63 0.7 0.55
Hex 3C BD DC 49 E 0 E C0 46 37
Octal 74 275 334 111 16 0 16 300 106 67
Binary 111100 10111101 11011100 1001001 1110 0 1110 11000000 1000110 110111

Color Harmonies of #3CBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBDDC

Black with #3CBDDC

Text Example


Text Example

White with #3CBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,189,220); }

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

background-color css

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

 a { background-color: rgb(60,189,220); }

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

border-color css

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

 span { border-color: rgb(60,189,220); }

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