Html Css Color HEX #3FBDDD Summer Sky

📋 copy color: '#3FBDDD'

red 63 ◦ green 189 ◦ blue 221

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

Shades of Summer Sky #3FBDDD

Tints of Summer Sky #3FBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

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

R = 13.32%
G = 39.96%
B = 46.72%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3FBDDD (or 0x3FBDDD) is known color: Summer Sky. HEX triplet: 3F, BD and DD. RGB value is (63,189,221). Sum of RGB (Red+Green+Blue) = 63+189+221=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FBDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDDD is #C04222. Grayscale: #9A9A9A. Windows color (decimal): -12599843 or 14531903. OLE color: 14531903.

HSL color Cylindrical-coordinate representation of color #3FBDDD: hue angle of 192.15º 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 #3FBDDD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 189 221 -
CMYK 0.71 0.14 0 0.13
HSL 192.15º 0.7% 0.56% -
HSV(B) 192.15º 0.71% 0.87% -
XYZ 33.3 42.67 74.89 -
YUV 154.97 165.26 62.4 -
System Red Green Blue C M Y K H S L
Decimal 63 189 221 0.71 0.14 0 0.13 192.15 0.7 0.56
Hex 3F BD DD 47 E 0 D C0 46 38
Octal 77 275 335 107 16 0 15 300 106 70
Binary 111111 10111101 11011101 1000111 1110 0 1101 11000000 1000110 111000

Color Harmonies of #3FBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBDDD

Black with #3FBDDD

Text Example


Text Example

White with #3FBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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