Html Css Color HEX #3FAFF7 Summer Sky

📋 copy color: '#3FAFF7'

red 63 ◦ green 175 ◦ blue 247

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

Shades of Summer Sky #3FAFF7

Tints of Summer Sky #3FAFF7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

 BLUE value IS 247 (96.88% from 255) = 50.93%

R = 12.99%
G = 36.08%
B = 50.93%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3FAFF7 (or 0x3FAFF7) is known color: Summer Sky. HEX triplet: 3F, AF and F7. RGB value is (63,175,247). Sum of RGB (Red+Green+Blue) = 63+175+247=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #3FAFF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAFF7 is #C05008. Grayscale: #959595. Windows color (decimal): -12603401 or 16232255. OLE color: 16232255.

HSL color Cylindrical-coordinate representation of color #3FAFF7: hue angle of 203.48º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FAFF7 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 63 175 247 -
CMYK 0.74 0.29 0 0.03
HSL 203.48º 0.92% 0.61% -
HSV(B) 203.48º 0.74% 0.97% -
XYZ 34.17 38.43 93.61 -
YUV 149.72 182.89 66.15 -
System Red Green Blue C M Y K H S L
Decimal 63 175 247 0.74 0.29 0 0.03 203.48 0.92 0.61
Hex 3F AF F7 4A 1D 0 3 CB 5C 3D
Octal 77 257 367 112 35 0 3 313 134 75
Binary 111111 10101111 11110111 1001010 11101 0 11 11001011 1011100 111101

Color Harmonies of #3FAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAFF7

Black with #3FAFF7

Text Example


Text Example

White with #3FAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,247); }

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

background-color css

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

 a { background-color: rgb(63,175,247); }

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

border-color css

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

 span { border-color: rgb(63,175,247); }

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