Html Css Color HEX #3BACFF Summer Sky

📋 copy color: '#3BACFF'

red 59 ◦ green 172 ◦ blue 255

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

Shades of Summer Sky #3BACFF

Tints of Summer Sky #3BACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 12.14%
G = 35.39%
B = 52.47%

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

#3BACFF (or 0x3BACFF) is known color: Summer Sky. HEX triplet: 3B, AC and FF. RGB value is (59,172,255). Sum of RGB (Red+Green+Blue) = 59+172+255=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BACFF is #C45300. Grayscale: #939393. Windows color (decimal): -12866305 or 16755771. OLE color: 16755771.

HSL color Cylindrical-coordinate representation of color #3BACFF: hue angle of 205.41º 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 #3BACFF is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 172 255 -
CMYK 0.77 0.33 0 0
HSL 205.41º 1% 0.62% -
HSV(B) 205.41º 0.77% 1% -
XYZ 34.61 37.65 100.05 -
YUV 147.68 188.56 64.75 -
System Red Green Blue C M Y K H S L
Decimal 59 172 255 0.77 0.33 0 0 205.41 1 0.62
Hex 3B AC FF 4D 21 0 0 CD 64 3E
Octal 73 254 377 115 41 0 0 315 144 76
Binary 111011 10101100 11111111 1001101 100001 0 0 11001101 1100100 111110

Color Harmonies of #3BACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BACFF

Black with #3BACFF

Text Example


Text Example

White with #3BACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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