Html Css Color HEX #3FAEDA Summer Sky

📋 copy color: '#3FAEDA'

red 63 ◦ green 174 ◦ blue 218

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

Shades of Summer Sky #3FAEDA

Tints of Summer Sky #3FAEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 13.85%
G = 38.24%
B = 47.91%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3FAEDA (or 0x3FAEDA) is known color: Summer Sky. HEX triplet: 3F, AE and DA. RGB value is (63,174,218). Sum of RGB (Red+Green+Blue) = 63+174+218=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FAEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAEDA is #C05125. Grayscale: #919191. Windows color (decimal): -12603686 or 14331455. OLE color: 14331455.

HSL color Cylindrical-coordinate representation of color #3FAEDA: hue angle of 197.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FAEDA is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 174 218 -
CMYK 0.71 0.20 0 0.15
HSL 197.03º 0.68% 0.55% -
HSV(B) 197.03º 0.71% 0.85% -
XYZ 29.84 36.39 71.78 -
YUV 145.83 168.73 68.92 -
System Red Green Blue C M Y K H S L
Decimal 63 174 218 0.71 0.20 0 0.15 197.03 0.68 0.55
Hex 3F AE DA 47 14 0 F C5 44 37
Octal 77 256 332 107 24 0 17 305 104 67
Binary 111111 10101110 11011010 1000111 10100 0 1111 11000101 1000100 110111

Color Harmonies of #3FAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAEDA

Black with #3FAEDA

Text Example


Text Example

White with #3FAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,174,218); }

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

background-color css

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

 a { background-color: rgb(63,174,218); }

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

border-color css

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

 span { border-color: rgb(63,174,218); }

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