Html Css Color HEX #3CBCDA Summer Sky

📋 copy color: '#3CBCDA'

red 60 ◦ green 188 ◦ blue 218

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

Shades of Summer Sky #3CBCDA

Tints of Summer Sky #3CBCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 12.88%
G = 40.34%
B = 46.78%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3CBCDA (or 0x3CBCDA) is known color: Summer Sky. HEX triplet: 3C, BC and DA. RGB value is (60,188,218). Sum of RGB (Red+Green+Blue) = 60+188+218=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CBCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCDA is #C34325. Grayscale: #989898. Windows color (decimal): -12796710 or 14335036. OLE color: 14335036.

HSL color Cylindrical-coordinate representation of color #3CBCDA: hue angle of 191.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBCDA is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 188 218 -
CMYK 0.72 0.14 0 0.15
HSL 191.39º 0.68% 0.55% -
HSV(B) 191.39º 0.72% 0.85% -
XYZ 32.5 41.99 72.72 -
YUV 153.15 164.59 61.56 -
System Red Green Blue C M Y K H S L
Decimal 60 188 218 0.72 0.14 0 0.15 191.39 0.68 0.55
Hex 3C BC DA 48 E 0 F BF 44 37
Octal 74 274 332 110 16 0 17 277 104 67
Binary 111100 10111100 11011010 1001000 1110 0 1111 10111111 1000100 110111

Color Harmonies of #3CBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCDA

Black with #3CBCDA

Text Example


Text Example

White with #3CBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,218); }

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

background-color css

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

 a { background-color: rgb(60,188,218); }

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

border-color css

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

 span { border-color: rgb(60,188,218); }

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