Html Css Color HEX #3FB1DD Summer Sky

📋 copy color: '#3FB1DD'

red 63 ◦ green 177 ◦ blue 221

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

Shades of Summer Sky #3FB1DD

Tints of Summer Sky #3FB1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.39%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 13.67%
G = 38.39%
B = 47.94%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3FB1DD (or 0x3FB1DD) is known color: Summer Sky. HEX triplet: 3F, B1 and DD. RGB value is (63,177,221). Sum of RGB (Red+Green+Blue) = 63+177+221=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FB1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB1DD is #C04E22. Grayscale: #939393. Windows color (decimal): -12602915 or 14528831. OLE color: 14528831.

HSL color Cylindrical-coordinate representation of color #3FB1DD: hue angle of 196.71º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FB1DD is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 177 221 -
CMYK 0.71 0.20 0 0.13
HSL 196.71º 0.7% 0.56% -
HSV(B) 196.71º 0.71% 0.87% -
XYZ 30.82 37.72 74.06 -
YUV 147.93 169.23 67.42 -
System Red Green Blue C M Y K H S L
Decimal 63 177 221 0.71 0.20 0 0.13 196.71 0.7 0.56
Hex 3F B1 DD 47 14 0 D C5 46 38
Octal 77 261 335 107 24 0 15 305 106 70
Binary 111111 10110001 11011101 1000111 10100 0 1101 11000101 1000110 111000

Color Harmonies of #3FB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB1DD

Black with #3FB1DD

Text Example


Text Example

White with #3FB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,177,221); }

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

background-color css

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

 a { background-color: rgb(63,177,221); }

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

border-color css

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

 span { border-color: rgb(63,177,221); }

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