Html Css Color HEX #3BA5EF Summer Sky

📋 copy color: '#3BA5EF'

red 59 ◦ green 165 ◦ blue 239

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

Shades of Summer Sky #3BA5EF

Tints of Summer Sky #3BA5EF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

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

R = 12.74%
G = 35.64%
B = 51.62%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3BA5EF (or 0x3BA5EF) is known color: Summer Sky. HEX triplet: 3B, A5 and EF. RGB value is (59,165,239). Sum of RGB (Red+Green+Blue) = 59+165+239=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BA5EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA5EF is #C45A10. Grayscale: #8D8D8D. Windows color (decimal): -12868113 or 15705403. OLE color: 15705403.

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

Color convert

RGB 59 165 239 -
CMYK 0.75 0.31 0 0.06
HSL 204.67º 0.85% 0.58% -
HSV(B) 204.67º 0.75% 0.94% -
XYZ 30.84 34.07 86.61 -
YUV 141.74 182.88 68.98 -
System Red Green Blue C M Y K H S L
Decimal 59 165 239 0.75 0.31 0 0.06 204.67 0.85 0.58
Hex 3B A5 EF 4B 1F 0 6 CD 55 3A
Octal 73 245 357 113 37 0 6 315 125 72
Binary 111011 10100101 11101111 1001011 11111 0 110 11001101 1010101 111010

Color Harmonies of #3BA5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA5EF

Black with #3BA5EF

Text Example


Text Example

White with #3BA5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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