Html Css Color HEX #3FBAD5 Summer Sky

📋 copy color: '#3FBAD5'

red 63 ◦ green 186 ◦ blue 213

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

Shades of Summer Sky #3FBAD5

Tints of Summer Sky #3FBAD5

RGB

 RED value IS 63 (25% from 255) = 13.64%

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 213 (83.59% from 255) = 46.1%

R = 13.64%
G = 40.26%
B = 46.1%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3FBAD5 (or 0x3FBAD5) is known color: Summer Sky. HEX triplet: 3F, BA and D5. RGB value is (63,186,213). Sum of RGB (Red+Green+Blue) = 63+186+213=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #3FBAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBAD5 is #C0452A. Grayscale: #989898. Windows color (decimal): -12600619 or 14006847. OLE color: 14006847.

HSL color Cylindrical-coordinate representation of color #3FBAD5: hue angle of 190.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FBAD5 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 186 213 -
CMYK 0.70 0.13 0 0.16
HSL 190.8º 0.64% 0.54% -
HSV(B) 190.8º 0.7% 0.84% -
XYZ 31.62 40.98 69.19 -
YUV 152.3 162.25 64.3 -
System Red Green Blue C M Y K H S L
Decimal 63 186 213 0.70 0.13 0 0.16 190.8 0.64 0.54
Hex 3F BA D5 46 D 0 10 BF 40 36
Octal 77 272 325 106 15 0 20 277 100 66
Binary 111111 10111010 11010101 1000110 1101 0 10000 10111111 1000000 110110

Color Harmonies of #3FBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBAD5

Black with #3FBAD5

Text Example


Text Example

White with #3FBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,186,213); }

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

background-color css

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

 a { background-color: rgb(63,186,213); }

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

border-color css

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

 span { border-color: rgb(63,186,213); }

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