Html Css Color HEX #3CB0DD Summer Sky

📋 copy color: '#3CB0DD'

red 60 ◦ green 176 ◦ blue 221

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

Shades of Summer Sky #3CB0DD

Tints of Summer Sky #3CB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 13.13%
G = 38.51%
B = 48.36%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CB0DD (or 0x3CB0DD) is known color: Summer Sky. HEX triplet: 3C, B0 and DD. RGB value is (60,176,221). Sum of RGB (Red+Green+Blue) = 60+176+221=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CB0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB0DD is #C34F22. Grayscale: #929292. Windows color (decimal): -12799779 or 14528572. OLE color: 14528572.

HSL color Cylindrical-coordinate representation of color #3CB0DD: hue angle of 196.77º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CB0DD is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 176 221 -
CMYK 0.73 0.20 0 0.13
HSL 196.77º 0.7% 0.55% -
HSV(B) 196.77º 0.73% 0.87% -
XYZ 30.44 37.23 73.99 -
YUV 146.45 170.07 66.34 -
System Red Green Blue C M Y K H S L
Decimal 60 176 221 0.73 0.20 0 0.13 196.77 0.7 0.55
Hex 3C B0 DD 49 14 0 D C5 46 37
Octal 74 260 335 111 24 0 15 305 106 67
Binary 111100 10110000 11011101 1001001 10100 0 1101 11000101 1000110 110111

Color Harmonies of #3CB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB0DD

Black with #3CB0DD

Text Example


Text Example

White with #3CB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,221); }

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

background-color css

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

 a { background-color: rgb(60,176,221); }

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

border-color css

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

 span { border-color: rgb(60,176,221); }

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