Html Css Color HEX #3FAFFB Summer Sky

📋 copy color: '#3FAFFB'

red 63 ◦ green 175 ◦ blue 251

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

Shades of Summer Sky #3FAFFB

Tints of Summer Sky #3FAFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 12.88%
G = 35.79%
B = 51.33%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3FAFFB (or 0x3FAFFB) is known color: Summer Sky. HEX triplet: 3F, AF and FB. RGB value is (63,175,251). Sum of RGB (Red+Green+Blue) = 63+175+251=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #3FAFFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAFFB is #C05004. Grayscale: #959595. Windows color (decimal): -12603397 or 16494399. OLE color: 16494399.

HSL color Cylindrical-coordinate representation of color #3FAFFB: hue angle of 204.26º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FAFFB is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 175 251 -
CMYK 0.75 0.30 0 0.02
HSL 204.26º 0.96% 0.62% -
HSV(B) 204.26º 0.75% 0.98% -
XYZ 34.79 38.68 96.9 -
YUV 150.18 184.89 65.82 -
System Red Green Blue C M Y K H S L
Decimal 63 175 251 0.75 0.30 0 0.02 204.26 0.96 0.62
Hex 3F AF FB 4B 1E 0 2 CC 60 3E
Octal 77 257 373 113 36 0 2 314 140 76
Binary 111111 10101111 11111011 1001011 11110 0 10 11001100 1100000 111110

Color Harmonies of #3FAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAFFB

Black with #3FAFFB

Text Example


Text Example

White with #3FAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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