Html Css Color HEX #3BAFFE Summer Sky

📋 copy color: '#3BAFFE'

red 59 ◦ green 175 ◦ blue 254

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

Shades of Summer Sky #3BAFFE

Tints of Summer Sky #3BAFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 12.09%
G = 35.86%
B = 52.05%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3BAFFE (or 0x3BAFFE) is known color: Summer Sky. HEX triplet: 3B, AF and FE. RGB value is (59,175,254). Sum of RGB (Red+Green+Blue) = 59+175+254=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFFE is #C45001. Grayscale: #949494. Windows color (decimal): -12865538 or 16691003. OLE color: 16691003.

HSL color Cylindrical-coordinate representation of color #3BAFFE: hue angle of 204.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BAFFE is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 59 175 254 -
CMYK 0.77 0.31 0 0.00
HSL 204.31º 0.99% 0.61% -
HSV(B) 204.31º 0.77% 1% -
XYZ 35.02 38.75 99.4 -
YUV 149.32 187.07 63.58 -
System Red Green Blue C M Y K H S L
Decimal 59 175 254 0.77 0.31 0 0.00 204.31 0.99 0.61
Hex 3B AF FE 4D 1F 0 0 CC 63 3D
Octal 73 257 376 115 37 0 0 314 143 75
Binary 111011 10101111 11111110 1001101 11111 0 0 11001100 1100011 111101

Color Harmonies of #3BAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAFFE

Black with #3BAFFE

Text Example


Text Example

White with #3BAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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