Html Css Color HEX #3FBCDC Summer Sky

📋 copy color: '#3FBCDC'

red 63 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #3FBCDC

Tints of Summer Sky #3FBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.92%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 13.38%
G = 39.92%
B = 46.71%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FBCDC (or 0x3FBCDC) is known color: Summer Sky. HEX triplet: 3F, BC and DC. RGB value is (63,188,220). Sum of RGB (Red+Green+Blue) = 63+188+220=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCDC is #C04323. Grayscale: #9A9A9A. Windows color (decimal): -12600100 or 14466111. OLE color: 14466111.

HSL color Cylindrical-coordinate representation of color #3FBCDC: hue angle of 192.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBCDC is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 188 220 -
CMYK 0.71 0.15 0 0.14
HSL 192.23º 0.69% 0.55% -
HSV(B) 192.23º 0.71% 0.86% -
XYZ 32.95 42.19 74.12 -
YUV 154.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 63 188 220 0.71 0.15 0 0.14 192.23 0.69 0.55
Hex 3F BC DC 47 F 0 E C0 45 37
Octal 77 274 334 107 17 0 16 300 105 67
Binary 111111 10111100 11011100 1000111 1111 0 1110 11000000 1000101 110111

Color Harmonies of #3FBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBCDC

Black with #3FBCDC

Text Example


Text Example

White with #3FBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,188,220); }

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

background-color css

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

 a { background-color: rgb(63,188,220); }

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

border-color css

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

 span { border-color: rgb(63,188,220); }

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