Html Css Color HEX #3BA5EA Summer Sky

📋 copy color: '#3BA5EA'

red 59 ◦ green 165 ◦ blue 234

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

Shades of Summer Sky #3BA5EA

Tints of Summer Sky #3BA5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 12.88%
G = 36.03%
B = 51.09%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3BA5EA (or 0x3BA5EA) is known color: Summer Sky. HEX triplet: 3B, A5 and EA. RGB value is (59,165,234). Sum of RGB (Red+Green+Blue) = 59+165+234=458 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.88% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #3BA5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA5EA is #C45A15. Grayscale: #8C8C8C. Windows color (decimal): -12868118 or 15377723. OLE color: 15377723.

HSL color Cylindrical-coordinate representation of color #3BA5EA: hue angle of 203.66º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BA5EA is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 165 234 -
CMYK 0.75 0.29 0 0.08
HSL 203.66º 0.81% 0.57% -
HSV(B) 203.66º 0.75% 0.92% -
XYZ 30.11 33.78 82.78 -
YUV 141.17 180.38 69.39 -
System Red Green Blue C M Y K H S L
Decimal 59 165 234 0.75 0.29 0 0.08 203.66 0.81 0.57
Hex 3B A5 EA 4B 1D 0 8 CC 51 39
Octal 73 245 352 113 35 0 10 314 121 71
Binary 111011 10100101 11101010 1001011 11101 0 1000 11001100 1010001 111001

Color Harmonies of #3BA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA5EA

Black with #3BA5EA

Text Example


Text Example

White with #3BA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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