Html Css Color HEX #3BAFFF Summer Sky

📋 copy color: '#3BAFFF'

red 59 ◦ green 175 ◦ blue 255

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

Shades of Summer Sky #3BAFFF

Tints of Summer Sky #3BAFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.79%

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

R = 12.07%
G = 35.79%
B = 52.15%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3BAFFF (or 0x3BAFFF) is known color: Summer Sky. HEX triplet: 3B, AF and FF. RGB value is (59,175,255). Sum of RGB (Red+Green+Blue) = 59+175+255=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFFF is #C45000. Grayscale: #959595. Windows color (decimal): -12865537 or 16756539. OLE color: 16756539.

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

Color convert

RGB 59 175 255 -
CMYK 0.77 0.31 0 0
HSL 204.49º 1% 0.62% -
HSV(B) 204.49º 0.77% 1% -
XYZ 35.18 38.81 100.24 -
YUV 149.44 187.57 63.5 -
System Red Green Blue C M Y K H S L
Decimal 59 175 255 0.77 0.31 0 0 204.49 1 0.62
Hex 3B AF FF 4D 1F 0 0 CC 64 3E
Octal 73 257 377 115 37 0 0 314 144 76
Binary 111011 10101111 11111111 1001101 11111 0 0 11001100 1100100 111110

Color Harmonies of #3BAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAFFF

Black with #3BAFFF

Text Example


Text Example

White with #3BAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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