Html Css Color HEX #3FABCF Summer Sky

📋 copy color: '#3FABCF'

red 63 ◦ green 171 ◦ blue 207

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

Shades of Summer Sky #3FABCF

Tints of Summer Sky #3FABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 14.29%
G = 38.78%
B = 46.94%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3FABCF (or 0x3FABCF) is known color: Summer Sky. HEX triplet: 3F, AB and CF. RGB value is (63,171,207). Sum of RGB (Red+Green+Blue) = 63+171+207=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABCF is #C05430. Grayscale: #8E8E8E. Windows color (decimal): -12604465 or 13609791. OLE color: 13609791.

HSL color Cylindrical-coordinate representation of color #3FABCF: hue angle of 195º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FABCF is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 171 207 -
CMYK 0.70 0.17 0 0.19
HSL 195º 0.6% 0.53% -
HSV(B) 195º 0.7% 0.81% -
XYZ 27.88 34.69 64.26 -
YUV 142.81 164.22 71.07 -
System Red Green Blue C M Y K H S L
Decimal 63 171 207 0.70 0.17 0 0.19 195 0.6 0.53
Hex 3F AB CF 46 11 0 13 C3 3C 35
Octal 77 253 317 106 21 0 23 303 74 65
Binary 111111 10101011 11001111 1000110 10001 0 10011 11000011 111100 110101

Color Harmonies of #3FABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FABCF

Black with #3FABCF

Text Example


Text Example

White with #3FABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,171,207); }

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

background-color css

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

 a { background-color: rgb(63,171,207); }

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

border-color css

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

 span { border-color: rgb(63,171,207); }

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