Html Css Color HEX #3BA6CC Summer Sky

📋 copy color: '#3BA6CC'

red 59 ◦ green 166 ◦ blue 204

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

Shades of Summer Sky #3BA6CC

Tints of Summer Sky #3BA6CC

RGB

 RED value IS 59 (23.44% from 255) = 13.75%

 GREEN value IS 166 (65.23% from 255) = 38.69%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 13.75%
G = 38.69%
B = 47.55%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3BA6CC (or 0x3BA6CC) is known color: Summer Sky. HEX triplet: 3B, A6 and CC. RGB value is (59,166,204). Sum of RGB (Red+Green+Blue) = 59+166+204=429 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.75% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BA6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA6CC is #C45933. Grayscale: #8A8A8A. Windows color (decimal): -12867892 or 13411899. OLE color: 13411899.

HSL color Cylindrical-coordinate representation of color #3BA6CC: hue angle of 195.72º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BA6CC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 59 166 204 -
CMYK 0.71 0.19 0 0.2
HSL 195.72º 0.59% 0.52% -
HSV(B) 195.72º 0.71% 0.8% -
XYZ 26.34 32.56 62.02 -
YUV 138.34 165.05 71.41 -
System Red Green Blue C M Y K H S L
Decimal 59 166 204 0.71 0.19 0 0.2 195.72 0.59 0.52
Hex 3B A6 CC 47 13 0 14 C4 3B 34
Octal 73 246 314 107 23 0 24 304 73 64
Binary 111011 10100110 11001100 1000111 10011 0 10100 11000100 111011 110100

Color Harmonies of #3BA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA6CC

Black with #3BA6CC

Text Example


Text Example

White with #3BA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,166,204); }

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

background-color css

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

 a { background-color: rgb(59,166,204); }

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

border-color css

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

 span { border-color: rgb(59,166,204); }

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