Html Css Color HEX #3BAAFF Summer Sky

📋 copy color: '#3BAAFF'

red 59 ◦ green 170 ◦ blue 255

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

Shades of Summer Sky #3BAAFF

Tints of Summer Sky #3BAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 255 (100% from 255) = 52.69%

R = 12.19%
G = 35.12%
B = 52.69%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3BAAFF (or 0x3BAAFF) is known color: Summer Sky. HEX triplet: 3B, AA and FF. RGB value is (59,170,255). Sum of RGB (Red+Green+Blue) = 59+170+255=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAAFF is #C45500. Grayscale: #929292. Windows color (decimal): -12866817 or 16755259. OLE color: 16755259.

HSL color Cylindrical-coordinate representation of color #3BAAFF: hue angle of 206.02º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BAAFF is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 170 255 -
CMYK 0.77 0.33 0 0
HSL 206.02º 1% 0.62% -
HSV(B) 206.02º 0.77% 1% -
XYZ 34.23 36.9 99.93 -
YUV 146.5 189.23 65.59 -
System Red Green Blue C M Y K H S L
Decimal 59 170 255 0.77 0.33 0 0 206.02 1 0.62
Hex 3B AA FF 4D 21 0 0 CE 64 3E
Octal 73 252 377 115 41 0 0 316 144 76
Binary 111011 10101010 11111111 1001101 100001 0 0 11001110 1100100 111110

Color Harmonies of #3BAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAAFF

Black with #3BAAFF

Text Example


Text Example

White with #3BAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,170,255); }

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

background-color css

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

 a { background-color: rgb(59,170,255); }

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

border-color css

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

 span { border-color: rgb(59,170,255); }

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