Html Css Color HEX #3BAFEE Summer Sky

📋 copy color: '#3BAFEE'

red 59 ◦ green 175 ◦ blue 238

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

Shades of Summer Sky #3BAFEE

Tints of Summer Sky #3BAFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 12.5%
G = 37.08%
B = 50.42%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3BAFEE (or 0x3BAFEE) is known color: Summer Sky. HEX triplet: 3B, AF and EE. RGB value is (59,175,238). Sum of RGB (Red+Green+Blue) = 59+175+238=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BAFEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFEE is #C45011. Grayscale: #939393. Windows color (decimal): -12865554 or 15642427. OLE color: 15642427.

HSL color Cylindrical-coordinate representation of color #3BAFEE: hue angle of 201.12º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BAFEE is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 175 238 -
CMYK 0.75 0.26 0 0.07
HSL 201.12º 0.84% 0.58% -
HSV(B) 201.12º 0.75% 0.93% -
XYZ 32.57 37.76 86.46 -
YUV 147.5 179.07 64.88 -
System Red Green Blue C M Y K H S L
Decimal 59 175 238 0.75 0.26 0 0.07 201.12 0.84 0.58
Hex 3B AF EE 4B 1A 0 7 C9 54 3A
Octal 73 257 356 113 32 0 7 311 124 72
Binary 111011 10101111 11101110 1001011 11010 0 111 11001001 1010100 111010

Color Harmonies of #3BAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAFEE

Black with #3BAFEE

Text Example


Text Example

White with #3BAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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