Html Css Color HEX #3FD5FF Summer Sky

📋 copy color: '#3FD5FF'

red 63 ◦ green 213 ◦ blue 255

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

Shades of Summer Sky #3FD5FF

Tints of Summer Sky #3FD5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 11.86%
G = 40.11%
B = 48.02%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3FD5FF (or 0x3FD5FF) is known color: Summer Sky. HEX triplet: 3F, D5 and FF. RGB value is (63,213,255). Sum of RGB (Red+Green+Blue) = 63+213+255=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FD5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD5FF is #C02A00. Grayscale: #ACACAC. Windows color (decimal): -12593665 or 16766271. OLE color: 16766271.

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

Color convert

RGB 63 213 255 -
CMYK 0.75 0.16 0 0
HSL 193.13º 1% 0.62% -
HSV(B) 193.13º 0.75% 1% -
XYZ 43.89 55.87 103.08 -
YUV 172.94 174.31 49.58 -
System Red Green Blue C M Y K H S L
Decimal 63 213 255 0.75 0.16 0 0 193.13 1 0.62
Hex 3F D5 FF 4B 10 0 0 C1 64 3E
Octal 77 325 377 113 20 0 0 301 144 76
Binary 111111 11010101 11111111 1001011 10000 0 0 11000001 1100100 111110

Color Harmonies of #3FD5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD5FF

Black with #3FD5FF

Text Example


Text Example

White with #3FD5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,213,255); }

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

background-color css

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

 a { background-color: rgb(63,213,255); }

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

border-color css

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

 span { border-color: rgb(63,213,255); }

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