Html Css Color HEX #3BAFF8 Summer Sky

📋 copy color: '#3BAFF8'

red 59 ◦ green 175 ◦ blue 248

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

Shades of Summer Sky #3BAFF8

Tints of Summer Sky #3BAFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.45%

R = 12.24%
G = 36.31%
B = 51.45%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3BAFF8 (or 0x3BAFF8) is known color: Summer Sky. HEX triplet: 3B, AF and F8. RGB value is (59,175,248). Sum of RGB (Red+Green+Blue) = 59+175+248=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #3BAFF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFF8 is #C45007. Grayscale: #949494. Windows color (decimal): -12865544 or 16297787. OLE color: 16297787.

HSL color Cylindrical-coordinate representation of color #3BAFF8: hue angle of 203.17º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BAFF8 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 59 175 248 -
CMYK 0.76 0.29 0 0.03
HSL 203.17º 0.93% 0.6% -
HSV(B) 203.17º 0.76% 0.97% -
XYZ 34.08 38.37 94.42 -
YUV 148.64 184.07 64.06 -
System Red Green Blue C M Y K H S L
Decimal 59 175 248 0.76 0.29 0 0.03 203.17 0.93 0.6
Hex 3B AF F8 4C 1D 0 3 CB 5D 3C
Octal 73 257 370 114 35 0 3 313 135 74
Binary 111011 10101111 11111000 1001100 11101 0 11 11001011 1011101 111100

Color Harmonies of #3BAFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAFF8

Black with #3BAFF8

Text Example


Text Example

White with #3BAFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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