Html Css Color HEX #3FAFF1 Summer Sky

📋 copy color: '#3FAFF1'

red 63 ◦ green 175 ◦ blue 241

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

Shades of Summer Sky #3FAFF1

Tints of Summer Sky #3FAFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.31%

R = 13.15%
G = 36.53%
B = 50.31%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3FAFF1 (or 0x3FAFF1) is known color: Summer Sky. HEX triplet: 3F, AF and F1. RGB value is (63,175,241). Sum of RGB (Red+Green+Blue) = 63+175+241=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FAFF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAFF1 is #C0500E. Grayscale: #949494. Windows color (decimal): -12603407 or 15839039. OLE color: 15839039.

HSL color Cylindrical-coordinate representation of color #3FAFF1: hue angle of 202.25º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FAFF1 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 175 241 -
CMYK 0.74 0.27 0 0.05
HSL 202.25º 0.86% 0.6% -
HSV(B) 202.25º 0.74% 0.95% -
XYZ 33.26 38.07 88.81 -
YUV 149.04 179.89 66.63 -
System Red Green Blue C M Y K H S L
Decimal 63 175 241 0.74 0.27 0 0.05 202.25 0.86 0.6
Hex 3F AF F1 4A 1B 0 5 CA 56 3C
Octal 77 257 361 112 33 0 5 312 126 74
Binary 111111 10101111 11110001 1001010 11011 0 101 11001010 1010110 111100

Color Harmonies of #3FAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAFF1

Black with #3FAFF1

Text Example


Text Example

White with #3FAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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