Html Css Color HEX #3CB4D5 Summer Sky

📋 copy color: '#3CB4D5'

red 60 ◦ green 180 ◦ blue 213

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

Shades of Summer Sky #3CB4D5

Tints of Summer Sky #3CB4D5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.74%

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 13.25%
G = 39.74%
B = 47.02%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3CB4D5 (or 0x3CB4D5) is known color: Summer Sky. HEX triplet: 3C, B4 and D5. RGB value is (60,180,213). Sum of RGB (Red+Green+Blue) = 60+180+213=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #3CB4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB4D5 is #C34B2A. Grayscale: #939393. Windows color (decimal): -12798763 or 14005308. OLE color: 14005308.

HSL color Cylindrical-coordinate representation of color #3CB4D5: hue angle of 192.94º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CB4D5 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 180 213 -
CMYK 0.72 0.15 0 0.16
HSL 192.94º 0.65% 0.54% -
HSV(B) 192.94º 0.72% 0.84% -
XYZ 30.19 38.41 68.77 -
YUV 147.88 164.74 65.32 -
System Red Green Blue C M Y K H S L
Decimal 60 180 213 0.72 0.15 0 0.16 192.94 0.65 0.54
Hex 3C B4 D5 48 F 0 10 C1 41 36
Octal 74 264 325 110 17 0 20 301 101 66
Binary 111100 10110100 11010101 1001000 1111 0 10000 11000001 1000001 110110

Color Harmonies of #3CB4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB4D5

Black with #3CB4D5

Text Example


Text Example

White with #3CB4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,180,213); }

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

background-color css

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

 a { background-color: rgb(60,180,213); }

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

border-color css

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

 span { border-color: rgb(60,180,213); }

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