Html Css Color HEX #3FBADD Summer Sky

📋 copy color: '#3FBADD'

red 63 ◦ green 186 ◦ blue 221

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

Shades of Summer Sky #3FBADD

Tints of Summer Sky #3FBADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 13.4%
G = 39.57%
B = 47.02%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3FBADD (or 0x3FBADD) is known color: Summer Sky. HEX triplet: 3F, BA and DD. RGB value is (63,186,221). Sum of RGB (Red+Green+Blue) = 63+186+221=470 (62% of max value = 765). Red value is 63 (25% from 255 or 13.40% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FBADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBADD is #C04522. Grayscale: #989898. Windows color (decimal): -12600611 or 14531135. OLE color: 14531135.

HSL color Cylindrical-coordinate representation of color #3FBADD: hue angle of 193.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBADD is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 186 221 -
CMYK 0.71 0.16 0 0.13
HSL 193.29º 0.7% 0.56% -
HSV(B) 193.29º 0.71% 0.87% -
XYZ 32.66 41.4 74.68 -
YUV 153.21 166.25 63.65 -
System Red Green Blue C M Y K H S L
Decimal 63 186 221 0.71 0.16 0 0.13 193.29 0.7 0.56
Hex 3F BA DD 47 10 0 D C1 46 38
Octal 77 272 335 107 20 0 15 301 106 70
Binary 111111 10111010 11011101 1000111 10000 0 1101 11000001 1000110 111000

Color Harmonies of #3FBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBADD

Black with #3FBADD

Text Example


Text Example

White with #3FBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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