Html Css Color HEX #3BAFEF Summer Sky

📋 copy color: '#3BAFEF'

red 59 ◦ green 175 ◦ blue 239

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

Shades of Summer Sky #3BAFEF

Tints of Summer Sky #3BAFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 12.47%
G = 37%
B = 50.53%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3BAFEF (or 0x3BAFEF) is known color: Summer Sky. HEX triplet: 3B, AF and EF. RGB value is (59,175,239). Sum of RGB (Red+Green+Blue) = 59+175+239=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFEF is #C45010. Grayscale: #939393. Windows color (decimal): -12865553 or 15707963. OLE color: 15707963.

HSL color Cylindrical-coordinate representation of color #3BAFEF: hue angle of 201.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BAFEF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 175 239 -
CMYK 0.75 0.27 0 0.06
HSL 201.33º 0.85% 0.58% -
HSV(B) 201.33º 0.75% 0.94% -
XYZ 32.71 37.82 87.24 -
YUV 147.61 179.57 64.8 -
System Red Green Blue C M Y K H S L
Decimal 59 175 239 0.75 0.27 0 0.06 201.33 0.85 0.58
Hex 3B AF EF 4B 1B 0 6 C9 55 3A
Octal 73 257 357 113 33 0 6 311 125 72
Binary 111011 10101111 11101111 1001011 11011 0 110 11001001 1010101 111010

Color Harmonies of #3BAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAFEF

Black with #3BAFEF

Text Example


Text Example

White with #3BAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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