Html Css Color HEX #3FADD4 Summer Sky

📋 copy color: '#3FADD4'

red 63 ◦ green 173 ◦ blue 212

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

Shades of Summer Sky #3FADD4

Tints of Summer Sky #3FADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

 BLUE value IS 212 (83.2% from 255) = 47.32%

R = 14.06%
G = 38.62%
B = 47.32%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3FADD4 (or 0x3FADD4) is known color: Summer Sky. HEX triplet: 3F, AD and D4. RGB value is (63,173,212). Sum of RGB (Red+Green+Blue) = 63+173+212=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 212 - color contains mainly: blue. Hex color #3FADD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADD4 is #C0522B. Grayscale: #909090. Windows color (decimal): -12603948 or 13937983. OLE color: 13937983.

HSL color Cylindrical-coordinate representation of color #3FADD4: hue angle of 195.7º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FADD4 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 63 173 212 -
CMYK 0.70 0.18 0 0.17
HSL 195.7º 0.63% 0.54% -
HSV(B) 195.7º 0.7% 0.83% -
XYZ 28.88 35.7 67.66 -
YUV 144.56 166.06 69.83 -
System Red Green Blue C M Y K H S L
Decimal 63 173 212 0.70 0.18 0 0.17 195.7 0.63 0.54
Hex 3F AD D4 46 12 0 11 C4 3F 36
Octal 77 255 324 106 22 0 21 304 77 66
Binary 111111 10101101 11010100 1000110 10010 0 10001 11000100 111111 110110

Color Harmonies of #3FADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FADD4

Black with #3FADD4

Text Example


Text Example

White with #3FADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,173,212); }

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

background-color css

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

 a { background-color: rgb(63,173,212); }

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

border-color css

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

 span { border-color: rgb(63,173,212); }

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